#4EAFA2

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

Shades of Puerto Rico #4EAFA2

Tints of Puerto Rico #4EAFA2

Color information

#4EAFA2 (or 0x4EAFA2) is unknown color: approx Puerto Rico. HEX triplet: 4E, AF and A2. RGB value is (78,175,162). Sum of RGB (Red+Green+Blue) = 78+175+162=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAFA2 is #B1505D. Grayscale: #909090. Windows color (decimal): -11620446 or 10661710. OLE color: 10661710.

HSL color Cylindrical-coordinate representation of color #4EAFA2: hue angle of 171.96º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAFA2 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB78175162-
CMYK0.5500.070.31
HSL171.96º38.34%49.61%-
HSV(B)171.96º55.43%68.63%-
XYZ24.9934.8939.6-
YUV144.51137.8680.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.80%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 162 (63.67% from 255) = 39.04%
R=18.80%
G=42.17%
B=39.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781751620.5500.070.31171.9638.3449.61
Hex4EAFA237071Fac2632
Octal1162572426707372544662
Binary1001110101011111010001011011101111111110101100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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