#55B99E

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

Shades of Puerto Rico #55B99E

Tints of Puerto Rico #55B99E

Color information

#55B99E (or 0x55B99E) is unknown color: approx Puerto Rico. HEX triplet: 55, B9 and 9E. RGB value is (85,185,158). Sum of RGB (Red+Green+Blue) = 85+185+158=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #55B99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B99E is #AA4661. Grayscale: #989898. Windows color (decimal): -11159138 or 10402133. OLE color: 10402133.

HSL color Cylindrical-coordinate representation of color #55B99E: hue angle of 163.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B99E is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB85185158-
CMYK0.5400.150.27
HSL163.8º41.67%52.94%-
HSV(B)163.8º54.05%72.55%-
XYZ27.2739.138.46-
YUV152.02131.3780.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=19.86%
G=43.22%
B=36.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851851580.5400.150.27163.841.6752.94
Hex55B99E360F1Ba42a35
Octal12527123666017332445265
Binary10101011011100110011110110110011111101110100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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