#55C9A9

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

Shades of Puerto Rico #55C9A9

Tints of Puerto Rico #55C9A9

Color information

#55C9A9 (or 0x55C9A9) is unknown color: approx Puerto Rico. HEX triplet: 55, C9 and A9. RGB value is (85,201,169). Sum of RGB (Red+Green+Blue) = 85+201+169=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #55C9A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C9A9 is #AA3656. Grayscale: #A2A2A2. Windows color (decimal): -11155031 or 11127125. OLE color: 11127125.

HSL color Cylindrical-coordinate representation of color #55C9A9: hue angle of 163.45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C9A9 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB85201169-
CMYK0.5800.160.21
HSL163.45º51.79%56.08%-
HSV(B)163.45º57.71%78.82%-
XYZ31.7946.5744.85-
YUV162.67131.5772.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.68%
GREEN value IS 201 (78.91% from 255) = 44.18%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=18.68%
G=44.18%
B=37.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852011690.5800.160.21163.4551.7956.08
Hex55C9A93A01015a33438
Octal12531125172020252436470
Binary101010111001001101010011110100100001010110100011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,201,169); }

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

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

 a { background-color: rgb(85,201,169); }

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

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

 span { border-color: rgb(85,201,169); }

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