#55AEA8

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

Shades of Puerto Rico #55AEA8

Tints of Puerto Rico #55AEA8

Color information

#55AEA8 (or 0x55AEA8) is unknown color: approx Puerto Rico. HEX triplet: 55, AE and A8. RGB value is (85,174,168). Sum of RGB (Red+Green+Blue) = 85+174+168=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #55AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AEA8 is #AA5157. Grayscale: #929292. Windows color (decimal): -11161944 or 11054677. OLE color: 11054677.

HSL color Cylindrical-coordinate representation of color #55AEA8: hue angle of 175.96º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AEA8 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB85174168-
CMYK0.5100.030.32
HSL175.96º35.46%50.78%-
HSV(B)175.96º51.15%68.24%-
XYZ25.9535.0342.44-
YUV146.7140.0183.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 168 (66.02% from 255) = 39.34%
R=19.91%
G=40.75%
B=39.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851741680.5100.030.32175.9635.4650.78
Hex55AEA8330320b02333
Octal1252562506303402604363
Binary1010101101011101010100011001101110000010110000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,174,168); }

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

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

 a { background-color: rgb(85,174,168); }

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

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

 span { border-color: rgb(85,174,168); }

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