#4ECAAA

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

Shades of Puerto Rico #4ECAAA

Tints of Puerto Rico #4ECAAA

Color information

#4ECAAA (or 0x4ECAAA) is unknown color: approx Puerto Rico. HEX triplet: 4E, CA and AA. RGB value is (78,202,170). Sum of RGB (Red+Green+Blue) = 78+202+170=450 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.33% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #4ECAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECAAA is #B13555. Grayscale: #A1A1A1. Windows color (decimal): -11613526 or 11192910. OLE color: 11192910.

HSL color Cylindrical-coordinate representation of color #4ECAAA: hue angle of 164.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ECAAA is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB78202170-
CMYK0.6100.160.21
HSL164.52º53.91%54.9%-
HSV(B)164.52º61.39%79.22%-
XYZ31.5246.7645.4-
YUV161.28132.9268.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.33%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=17.33%
G=44.89%
B=37.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal782021700.6100.160.21164.5253.9154.9
Hex4ECAAA3D01015a53637
Octal11631225275020252456667
Binary100111011001010101010101111010100001010110100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,202,170); }

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

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

 a { background-color: rgb(78,202,170); }

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

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

 span { border-color: rgb(78,202,170); }

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