#4EC0A9

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

Shades of Puerto Rico #4EC0A9

Tints of Puerto Rico #4EC0A9

Color information

#4EC0A9 (or 0x4EC0A9) is unknown color: approx Puerto Rico. HEX triplet: 4E, C0 and A9. RGB value is (78,192,169). Sum of RGB (Red+Green+Blue) = 78+192+169=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC0A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC0A9 is #B13F56. Grayscale: #9B9B9B. Windows color (decimal): -11616087 or 11124814. OLE color: 11124814.

HSL color Cylindrical-coordinate representation of color #4EC0A9: hue angle of 167.89º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC0A9 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB78192169-
CMYK0.5900.120.25
HSL167.89º47.5%52.94%-
HSV(B)167.89º59.38%75.29%-
XYZ29.1542.1844.14-
YUV155.29135.7372.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.77%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 169 (66.41% from 255) = 38.50%
R=17.77%
G=43.74%
B=38.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781921690.5900.120.25167.8947.552.94
Hex4EC0A93B0C19a83035
Octal11630025173014312506065
Binary10011101100000010101001111011011001100110101000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,192,169); }

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

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

 a { background-color: rgb(78,192,169); }

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

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

 span { border-color: rgb(78,192,169); }

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