#4EAD96

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

Shades of Keppel #4EAD96

Tints of Keppel #4EAD96

Color information

#4EAD96 (or 0x4EAD96) is unknown color: approx Keppel. HEX triplet: 4E, AD and 96. RGB value is (78,173,150). Sum of RGB (Red+Green+Blue) = 78+173+150=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #4EAD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAD96 is #B15269. Grayscale: #8D8D8D. Windows color (decimal): -11620970 or 9874766. OLE color: 9874766.

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

Color convert

RGB78173150-
CMYK0.5500.130.32
HSL165.47º37.85%49.22%-
HSV(B)165.47º54.91%67.84%-
XYZ23.5933.7134.12-
YUV141.97132.5382.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.45%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=19.45%
G=43.14%
B=37.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781731500.5500.130.32165.4737.8549.22
Hex4EAD96370D20a52631
Octal11625522667015402454661
Binary100111010101101100101101101110110110000010100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,173,150); }

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

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

 a { background-color: rgb(78,173,150); }

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

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

 span { border-color: rgb(78,173,150); }

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