#55AB9C

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

Shades of Puerto Rico #55AB9C

Tints of Puerto Rico #55AB9C

Color information

#55AB9C (or 0x55AB9C) is unknown color: approx Puerto Rico. HEX triplet: 55, AB and 9C. RGB value is (85,171,156). Sum of RGB (Red+Green+Blue) = 85+171+156=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AB9C is #AA5463. Grayscale: #8F8F8F. Windows color (decimal): -11162724 or 10267477. OLE color: 10267477.

HSL color Cylindrical-coordinate representation of color #55AB9C: hue angle of 169.53º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AB9C is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB85171156-
CMYK0.5000.090.33
HSL169.53º33.86%50.2%-
HSV(B)169.53º50.29%67.06%-
XYZ24.3133.4636.63-
YUV143.58135.0186.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.63%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=20.63%
G=41.50%
B=37.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851711560.5000.090.33169.5333.8650.2
Hex55AB9C320921aa2232
Octal12525323462011412524262
Binary101010110101011100111001100100100110000110101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,171,156); }

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

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

 a { background-color: rgb(85,171,156); }

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

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

 span { border-color: rgb(85,171,156); }

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