#4EC3A0

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

Shades of Puerto Rico #4EC3A0

Tints of Puerto Rico #4EC3A0

Color information

#4EC3A0 (or 0x4EC3A0) is unknown color: approx Puerto Rico. HEX triplet: 4E, C3 and A0. RGB value is (78,195,160). Sum of RGB (Red+Green+Blue) = 78+195+160=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC3A0 is #B13C5F. Grayscale: #9C9C9C. Windows color (decimal): -11615328 or 10535758. OLE color: 10535758.

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

Color convert

RGB78195160-
CMYK0.600.180.24
HSL162.05º49.37%53.53%-
HSV(B)162.05º60%76.47%-
XYZ2943.1940.07-
YUV156.03130.2472.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.01%
GREEN value IS 195 (76.56% from 255) = 45.03%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=18.01%
G=45.03%
B=36.95%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781951600.600.180.24162.0549.3753.53
Hex4EC3A03C01218a23136
Octal11630324074022302426166
Binary100111011000011101000001111000100101100010100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,195,160); }

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

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

 a { background-color: rgb(78,195,160); }

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

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

 span { border-color: rgb(78,195,160); }

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