#4DAE96

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

Shades of Keppel #4DAE96

Tints of Keppel #4DAE96

Color information

#4DAE96 (or 0x4DAE96) is unknown color: approx Keppel. HEX triplet: 4D, AE and 96. RGB value is (77,174,150). Sum of RGB (Red+Green+Blue) = 77+174+150=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAE96 is #B25169. Grayscale: #8E8E8E. Windows color (decimal): -11686250 or 9875021. OLE color: 9875021.

HSL color Cylindrical-coordinate representation of color #4DAE96: hue angle of 165.15º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE96 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB77174150-
CMYK0.5600.140.32
HSL165.15º38.65%49.22%-
HSV(B)165.15º55.75%68.24%-
XYZ23.734.0534.18-
YUV142.26132.3681.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.20%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=19.20%
G=43.39%
B=37.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771741500.5600.140.32165.1538.6549.22
Hex4DAE96380E20a52731
Octal11525622670016402454761
Binary100110110101110100101101110000111010000010100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,174,150); }

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

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

 a { background-color: rgb(77,174,150); }

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

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

 span { border-color: rgb(77,174,150); }

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