#55C79D

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

Shades of Puerto Rico #55C79D

Tints of Puerto Rico #55C79D

Color information

#55C79D (or 0x55C79D) is unknown color: approx Puerto Rico. HEX triplet: 55, C7 and 9D. RGB value is (85,199,157). Sum of RGB (Red+Green+Blue) = 85+199+157=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #55C79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C79D is #AA3862. Grayscale: #A0A0A0. Windows color (decimal): -11155555 or 10340181. OLE color: 10340181.

HSL color Cylindrical-coordinate representation of color #55C79D: hue angle of 157.89º 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 #55C79D is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB85199157-
CMYK0.5700.210.22
HSL157.89º50.44%55.69%-
HSV(B)157.89º57.29%78.04%-
XYZ30.2645.2139.03-
YUV160.13126.2374.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.27%
GREEN value IS 199 (78.12% from 255) = 45.12%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=19.27%
G=45.12%
B=35.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851991570.5700.210.22157.8950.4455.69
Hex55C79D39015169e3238
Octal12530723571025262366270
Binary101010111000111100111011110010101011011010011110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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