#55C79F

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

Shades of Puerto Rico #55C79F

Tints of Puerto Rico #55C79F

Color information

#55C79F (or 0x55C79F) is unknown color: approx Puerto Rico. HEX triplet: 55, C7 and 9F. RGB value is (85,199,159). Sum of RGB (Red+Green+Blue) = 85+199+159=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #55C79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C79F is #AA3860. Grayscale: #A0A0A0. Windows color (decimal): -11155553 or 10471253. OLE color: 10471253.

HSL color Cylindrical-coordinate representation of color #55C79F: hue angle of 158.95º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C79F is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB85199159-
CMYK0.5700.200.22
HSL158.95º50.44%55.69%-
HSV(B)158.95º57.29%78.04%-
XYZ30.4345.2839.94-
YUV160.35127.2374.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.19%
GREEN value IS 199 (78.12% from 255) = 44.92%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=19.19%
G=44.92%
B=35.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851991590.5700.200.22158.9550.4455.69
Hex55C79F39014169f3238
Octal12530723771024262376270
Binary101010111000111100111111110010101001011010011111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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