#55C1B7

Color #55C1B7 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #55C1B7

Tints of Puerto Rico #55C1B7

Color information

#55C1B7 (or 0x55C1B7) is unknown color: approx Puerto Rico. HEX triplet: 55, C1 and B7. RGB value is (85,193,183). Sum of RGB (Red+Green+Blue) = 85+193+183=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C1B7 is #AA3E48. Grayscale: #9F9F9F. Windows color (decimal): -11157065 or 12042581. OLE color: 12042581.

HSL color Cylindrical-coordinate representation of color #55C1B7: hue angle of 174.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C1B7 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB85193183-
CMYK0.5600.050.24
HSL174.44º46.55%54.51%-
HSV(B)174.44º55.96%75.69%-
XYZ31.3643.4951.54-
YUV159.57141.2274.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 18.44%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 183 (71.88% from 255) = 39.70%
R=18.44%
G=41.87%
B=39.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851931830.5600.050.24174.4446.5554.51
Hex55C1B7380518ae2f37
Octal1253012677005302565767
Binary1010101110000011011011111100001011100010101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C1B7; }

 p { color: rgb(85,193,183); }

 H1.HeaderClassName
 {
   color: #55C1B7;
 }
 .AnyTagClassName
 {
   color: #55C1B7;
 }
</style>
background-color css

<style>
 a { background-color: #55C1B7; }

 a { background-color: rgb(85,193,183); }

 div.DivClassName
 {
   background-color: #55C1B7;
 }
 .BgClassName
 {
   background-color: #55C1B7;
 }
</style>
border-color css

<style>
 span { border-color: #55C1B7; }

 span { border-color: rgb(85,193,183); }

 td.TdClassName
 {
   border-color: #55C1B7;
 }
 .TagClassName
 {
   border-color: #55C1B7;
 }
</style>