#4EC5AE

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

Shades of Puerto Rico #4EC5AE

Tints of Puerto Rico #4EC5AE

Color information

#4EC5AE (or 0x4EC5AE) is unknown color: approx Puerto Rico. HEX triplet: 4E, C5 and AE. RGB value is (78,197,174). Sum of RGB (Red+Green+Blue) = 78+197+174=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC5AE is #B13A51. Grayscale: #9E9E9E. Windows color (decimal): -11614802 or 11453774. OLE color: 11453774.

HSL color Cylindrical-coordinate representation of color #4EC5AE: hue angle of 168.4º degrees, saturation: 0.51, 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 #4EC5AE is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB78197174-
CMYK0.6000.120.23
HSL168.4º50.64%53.92%-
HSV(B)168.4º60.41%77.25%-
XYZ30.7544.6147.03-
YUV158.8136.5870.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.37%
GREEN value IS 197 (77.34% from 255) = 43.88%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=17.37%
G=43.88%
B=38.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal781971740.6000.120.23168.450.6453.92
Hex4EC5AE3C0C17a83336
Octal11630525674014272506366
Binary10011101100010110101110111100011001011110101000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,197,174); }

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

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

 a { background-color: rgb(78,197,174); }

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

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

 span { border-color: rgb(78,197,174); }

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