#4EC4A4

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

Shades of Puerto Rico #4EC4A4

Tints of Puerto Rico #4EC4A4

Color information

#4EC4A4 (or 0x4EC4A4) is unknown color: approx Puerto Rico. HEX triplet: 4E, C4 and A4. RGB value is (78,196,164). Sum of RGB (Red+Green+Blue) = 78+196+164=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #4EC4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC4A4 is #B13B5B. Grayscale: #9D9D9D. Windows color (decimal): -11615068 or 10798158. OLE color: 10798158.

HSL color Cylindrical-coordinate representation of color #4EC4A4: hue angle of 163.73º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC4A4 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB78196164-
CMYK0.6000.160.23
HSL163.73º50%53.73%-
HSV(B)163.73º60.2%76.86%-
XYZ29.5843.7842.01-
YUV157.07131.9171.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.81%
GREEN value IS 196 (76.95% from 255) = 44.75%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=17.81%
G=44.75%
B=37.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal781961640.6000.160.23163.735053.73
Hex4EC4A43C01017a43236
Octal11630424474020272446266
Binary100111011000100101001001111000100001011110100100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,196,164); }

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

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

 a { background-color: rgb(78,196,164); }

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

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

 span { border-color: rgb(78,196,164); }

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