#4EC29C

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

Shades of Puerto Rico #4EC29C

Tints of Puerto Rico #4EC29C

Color information

#4EC29C (or 0x4EC29C) is unknown color: approx Puerto Rico. HEX triplet: 4E, C2 and 9C. RGB value is (78,194,156). Sum of RGB (Red+Green+Blue) = 78+194+156=428 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.22% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC29C is #B13D63. Grayscale: #9B9B9B. Windows color (decimal): -11615588 or 10273358. OLE color: 10273358.

HSL color Cylindrical-coordinate representation of color #4EC29C: hue angle of 160.34º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC29C is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB78194156-
CMYK0.6000.200.24
HSL160.34º48.74%53.33%-
HSV(B)160.34º59.79%76.08%-
XYZ28.4342.638.18-
YUV154.98128.5773.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.22%
GREEN value IS 194 (76.17% from 255) = 45.33%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=18.22%
G=45.33%
B=36.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781941560.6000.200.24160.3448.7453.33
Hex4EC29C3C01418a03135
Octal11630223474024302406165
Binary100111011000010100111001111000101001100010100000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,194,156); }

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

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

 a { background-color: rgb(78,194,156); }

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

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

 span { border-color: rgb(78,194,156); }

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