#4EAE9C

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

Shades of Puerto Rico #4EAE9C

Tints of Puerto Rico #4EAE9C

Color information

#4EAE9C (or 0x4EAE9C) is unknown color: approx Puerto Rico. HEX triplet: 4E, AE and 9C. RGB value is (78,174,156). Sum of RGB (Red+Green+Blue) = 78+174+156=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAE9C is #B15163. Grayscale: #8F8F8F. Windows color (decimal): -11620708 or 10268238. OLE color: 10268238.

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

Color convert

RGB78174156-
CMYK0.5500.100.32
HSL168.75º38.1%49.41%-
HSV(B)168.75º55.17%68.24%-
XYZ24.2834.2936.79-
YUV143.24135.281.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.12%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=19.12%
G=42.65%
B=38.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781741560.5500.100.32168.7538.149.41
Hex4EAE9C370A20a92631
Octal11625623467012402514661
Binary100111010101110100111001101110101010000010101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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