#4EAE9B

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

Shades of Puerto Rico #4EAE9B

Tints of Puerto Rico #4EAE9B

Color information

#4EAE9B (or 0x4EAE9B) is unknown color: approx Puerto Rico. HEX triplet: 4E, AE and 9B. RGB value is (78,174,155). Sum of RGB (Red+Green+Blue) = 78+174+155=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAE9B is #B15164. Grayscale: #8F8F8F. Windows color (decimal): -11620709 or 10202702. OLE color: 10202702.

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

Color convert

RGB78174155-
CMYK0.5500.110.32
HSL168.12º38.1%49.41%-
HSV(B)168.12º55.17%68.24%-
XYZ24.1934.2636.35-
YUV143.13134.781.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.16%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=19.16%
G=42.75%
B=38.08%

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
Decimal781741550.5500.110.32168.1238.149.41
Hex4EAE9B370B20a82631
Octal11625623367013402504661
Binary100111010101110100110111101110101110000010101000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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