#4ECAAF

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

Shades of Puerto Rico #4ECAAF

Tints of Puerto Rico #4ECAAF

Color information

#4ECAAF (or 0x4ECAAF) is unknown color: approx Puerto Rico. HEX triplet: 4E, CA and AF. RGB value is (78,202,175). Sum of RGB (Red+Green+Blue) = 78+202+175=455 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.14% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #4ECAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECAAF is #B13550. Grayscale: #A1A1A1. Windows color (decimal): -11613521 or 11520590. OLE color: 11520590.

HSL color Cylindrical-coordinate representation of color #4ECAAF: hue angle of 166.94º 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 #4ECAAF is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB78202175-
CMYK0.6100.130.21
HSL166.94º53.91%54.9%-
HSV(B)166.94º61.39%79.22%-
XYZ3246.9647.93-
YUV161.85135.4268.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.14%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=17.14%
G=44.40%
B=38.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal782021750.6100.130.21166.9453.9154.9
Hex4ECAAF3D0D15a73637
Octal11631225775015252476667
Binary10011101100101010101111111101011011010110100111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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