#4EAF99

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

Shades of Puerto Rico #4EAF99

Tints of Puerto Rico #4EAF99

Color information

#4EAF99 (or 0x4EAF99) is unknown color: approx Puerto Rico. HEX triplet: 4E, AF and 99. RGB value is (78,175,153). Sum of RGB (Red+Green+Blue) = 78+175+153=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAF99 is #B15066. Grayscale: #8F8F8F. Windows color (decimal): -11620455 or 10071886. OLE color: 10071886.

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

Color convert

RGB78175153-
CMYK0.5500.130.31
HSL166.39º38.34%49.61%-
HSV(B)166.39º55.43%68.63%-
XYZ24.2234.5835.53-
YUV143.49133.3681.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.21%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=19.21%
G=43.10%
B=37.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781751530.5500.130.31166.3938.3449.61
Hex4EAF99370D1Fa62632
Octal11625723167015372464662
Binary10011101010111110011001110111011011111110100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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