#55C3AE

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

Shades of Puerto Rico #55C3AE

Tints of Puerto Rico #55C3AE

Color information

#55C3AE (or 0x55C3AE) is unknown color: approx Puerto Rico. HEX triplet: 55, C3 and AE. RGB value is (85,195,174). Sum of RGB (Red+Green+Blue) = 85+195+174=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #55C3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C3AE is #AA3C51. Grayscale: #9F9F9F. Windows color (decimal): -11156562 or 11453269. OLE color: 11453269.

HSL color Cylindrical-coordinate representation of color #55C3AE: hue angle of 168.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C3AE is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB85195174-
CMYK0.5600.110.24
HSL168.55º47.83%54.9%-
HSV(B)168.55º56.41%76.47%-
XYZ30.944.0246.91-
YUV159.72136.0674.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.72%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=18.72%
G=42.95%
B=38.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851951740.5600.110.24168.5547.8354.9
Hex55C3AE380B18a93037
Octal12530325670013302516067
Binary10101011100001110101110111000010111100010101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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