#55AA9C

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

Shades of Puerto Rico #55AA9C

Tints of Puerto Rico #55AA9C

Color information

#55AA9C (or 0x55AA9C) is unknown color: approx Puerto Rico. HEX triplet: 55, AA and 9C. RGB value is (85,170,156). Sum of RGB (Red+Green+Blue) = 85+170+156=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA9C is #AA5563. Grayscale: #8E8E8E. Windows color (decimal): -11162980 or 10267221. OLE color: 10267221.

HSL color Cylindrical-coordinate representation of color #55AA9C: hue angle of 170.12º degrees, saturation: 0.33, 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 #55AA9C is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB85170156-
CMYK0.5000.080.33
HSL170.12º33.33%50%-
HSV(B)170.12º50%66.67%-
XYZ24.1233.0836.57-
YUV142.99135.3486.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.68%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=20.68%
G=41.36%
B=37.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701560.5000.080.33170.1233.3350
Hex55AA9C320821aa2132
Octal12525223462010412524162
Binary101010110101010100111001100100100010000110101010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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