#4EAF95

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

Shades of Keppel #4EAF95

Tints of Keppel #4EAF95

Color information

#4EAF95 (or 0x4EAF95) is unknown color: approx Keppel. HEX triplet: 4E, AF and 95. RGB value is (78,175,149). Sum of RGB (Red+Green+Blue) = 78+175+149=402 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.40% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAF95 is #B1506A. Grayscale: #8F8F8F. Windows color (decimal): -11620459 or 9809742. OLE color: 9809742.

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

Color convert

RGB78175149-
CMYK0.5500.150.31
HSL163.92º38.34%49.61%-
HSV(B)163.92º55.43%68.63%-
XYZ23.934.4533.82-
YUV143.03131.3681.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.40%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=19.40%
G=43.53%
B=37.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781751490.5500.150.31163.9238.3449.61
Hex4EAF95370F1Fa42632
Octal11625722567017372444662
Binary10011101010111110010101110111011111111110100100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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