#55C49F

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

Shades of Puerto Rico #55C49F

Tints of Puerto Rico #55C49F

Color information

#55C49F (or 0x55C49F) is unknown color: approx Puerto Rico. HEX triplet: 55, C4 and 9F. RGB value is (85,196,159). Sum of RGB (Red+Green+Blue) = 85+196+159=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #55C49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C49F is #AA3B60. Grayscale: #9E9E9E. Windows color (decimal): -11156321 or 10470485. OLE color: 10470485.

HSL color Cylindrical-coordinate representation of color #55C49F: hue angle of 160º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C49F is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB85196159-
CMYK0.5700.190.23
HSL160º48.47%55.1%-
HSV(B)160º56.63%76.86%-
XYZ29.7443.9139.71-
YUV158.59128.2375.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 196 (76.95% from 255) = 44.55%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=19.32%
G=44.55%
B=36.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851961590.5700.190.2316048.4755.1
Hex55C49F3901317a03037
Octal12530423771023272406067
Binary101010111000100100111111110010100111011110100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,196,159); }

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

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

 a { background-color: rgb(85,196,159); }

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

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

 span { border-color: rgb(85,196,159); }

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