#4DAC96

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

Shades of Keppel #4DAC96

Tints of Keppel #4DAC96

Color information

#4DAC96 (or 0x4DAC96) is unknown color: approx Keppel. HEX triplet: 4D, AC and 96. RGB value is (77,172,150). Sum of RGB (Red+Green+Blue) = 77+172+150=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC96 is #B25369. Grayscale: #8D8D8D. Windows color (decimal): -11686762 or 9874509. OLE color: 9874509.

HSL color Cylindrical-coordinate representation of color #4DAC96: hue angle of 166.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC96 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB77172150-
CMYK0.5500.130.33
HSL166.11º38.15%48.82%-
HSV(B)166.11º55.23%67.45%-
XYZ23.3233.2834.05-
YUV141.09133.0382.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.30%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=19.30%
G=43.11%
B=37.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771721500.5500.130.33166.1138.1548.82
Hex4DAC96370D21a62631
Octal11525422667015412464661
Binary100110110101100100101101101110110110000110100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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