#55B19E

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

Shades of Puerto Rico #55B19E

Tints of Puerto Rico #55B19E

Color information

#55B19E (or 0x55B19E) is unknown color: approx Puerto Rico. HEX triplet: 55, B1 and 9E. RGB value is (85,177,158). Sum of RGB (Red+Green+Blue) = 85+177+158=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #55B19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B19E is #AA4E61. Grayscale: #939393. Windows color (decimal): -11161186 or 10400085. OLE color: 10400085.

HSL color Cylindrical-coordinate representation of color #55B19E: hue angle of 167.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B19E is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB85177158-
CMYK0.5200.110.31
HSL167.61º37.1%51.37%-
HSV(B)167.61º51.98%69.41%-
XYZ25.6435.8437.92-
YUV147.33134.0283.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.24%
GREEN value IS 177 (69.53% from 255) = 42.14%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=20.24%
G=42.14%
B=37.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851771580.5200.110.31167.6137.151.37
Hex55B19E340B1Fa82533
Octal12526123664013372504563
Binary10101011011000110011110110100010111111110101000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,177,158); }

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

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

 a { background-color: rgb(85,177,158); }

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

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

 span { border-color: rgb(85,177,158); }

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