#4EAE9A

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

Shades of Puerto Rico #4EAE9A

Tints of Puerto Rico #4EAE9A

Color information

#4EAE9A (or 0x4EAE9A) is unknown color: approx Puerto Rico. HEX triplet: 4E, AE and 9A. RGB value is (78,174,154). Sum of RGB (Red+Green+Blue) = 78+174+154=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAE9A is #B15165. Grayscale: #8F8F8F. Windows color (decimal): -11620710 or 10137166. OLE color: 10137166.

HSL color Cylindrical-coordinate representation of color #4EAE9A: hue angle of 167.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 #4EAE9A is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB78174154-
CMYK0.5500.110.32
HSL167.5º38.1%49.41%-
HSV(B)167.5º55.17%68.24%-
XYZ24.1134.2235.91-
YUV143.02134.281.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.21%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=19.21%
G=42.86%
B=37.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781741540.5500.110.32167.538.149.41
Hex4EAE9A370B20a82631
Octal11625623267013402504661
Binary100111010101110100110101101110101110000010101000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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