#4EAEA2

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

Shades of Puerto Rico #4EAEA2

Tints of Puerto Rico #4EAEA2

Color information

#4EAEA2 (or 0x4EAEA2) is unknown color: approx Puerto Rico. HEX triplet: 4E, AE and A2. RGB value is (78,174,162). Sum of RGB (Red+Green+Blue) = 78+174+162=414 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.84% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAEA2 is #B1515D. Grayscale: #8F8F8F. Windows color (decimal): -11620702 or 10661454. OLE color: 10661454.

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

Color convert

RGB78174162-
CMYK0.5500.070.32
HSL172.5º38.1%49.41%-
HSV(B)172.5º55.17%68.24%-
XYZ24.834.539.53-
YUV143.93138.280.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.84%
GREEN value IS 174 (68.36% from 255) = 42.03%
BLUE value IS 162 (63.67% from 255) = 39.13%
R=18.84%
G=42.03%
B=39.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781741620.5500.070.32172.538.149.41
Hex4EAEA2370720ac2631
Octal1162562426707402544661
Binary10011101010111010100010110111011110000010101100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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