#4EAB9D

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

Shades of Puerto Rico #4EAB9D

Tints of Puerto Rico #4EAB9D

Color information

#4EAB9D (or 0x4EAB9D) is unknown color: approx Puerto Rico. HEX triplet: 4E, AB and 9D. RGB value is (78,171,157). Sum of RGB (Red+Green+Blue) = 78+171+157=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #4EAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAB9D is #B15462. Grayscale: #8D8D8D. Windows color (decimal): -11621475 or 10333006. OLE color: 10333006.

HSL color Cylindrical-coordinate representation of color #4EAB9D: hue angle of 170.97º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAB9D is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB78171157-
CMYK0.5400.080.33
HSL170.97º37.35%48.82%-
HSV(B)170.97º54.39%67.06%-
XYZ23.7933.1837.05-
YUV141.6136.6982.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.21%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=19.21%
G=42.12%
B=38.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781711570.5400.080.33170.9737.3548.82
Hex4EAB9D360821ab2531
Octal11625323566010412534561
Binary100111010101011100111011101100100010000110101011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EAB9D; }

 p { color: rgb(78,171,157); }

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

<style>
 a { background-color: #4EAB9D; }

 a { background-color: rgb(78,171,157); }

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

<style>
 span { border-color: #4EAB9D; }

 span { border-color: rgb(78,171,157); }

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