#55C79A

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

Shades of Puerto Rico #55C79A

Tints of Puerto Rico #55C79A

Color information

#55C79A (or 0x55C79A) is unknown color: approx Puerto Rico. HEX triplet: 55, C7 and 9A. RGB value is (85,199,154). Sum of RGB (Red+Green+Blue) = 85+199+154=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 199 - color contains mainly: green. Hex color #55C79A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C79A is #AA3865. Grayscale: #9F9F9F. Windows color (decimal): -11155558 or 10143573. OLE color: 10143573.

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

Color convert

RGB85199154-
CMYK0.5700.230.22
HSL156.32º50.44%55.69%-
HSV(B)156.32º57.29%78.04%-
XYZ3045.1137.7-
YUV159.78124.7374.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.41%
GREEN value IS 199 (78.12% from 255) = 45.43%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=19.41%
G=45.43%
B=35.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851991540.5700.230.22156.3250.4455.69
Hex55C79A39017169c3238
Octal12530723271027262346270
Binary101010111000111100110101110010101111011010011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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