Html Css Color HEX #4DAC96 Keppel

📋 copy color: '#4DAC96'

red 77 ◦ green 172 ◦ blue 150

#4DAC96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #4DAC96

Tints of Keppel #4DAC96

RGB

 RED value IS 77 (30.47% from 255) = 19.3%

 GREEN value IS 172 (67.58% from 255) = 43.11%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 19.3%
G = 43.11%
B = 37.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#4DAC96 (or 0x4DAC96) is known color: 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

RGB 77 172 150 -
CMYK 0.55 0 0.13 0.33
HSL 166.11º 0.38% 0.49% -
HSV(B) 166.11º 0.55% 0.67% -
XYZ 23.32 33.28 34.05 -
YUV 141.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 77 172 150 0.55 0 0.13 0.33 166.11 0.38 0.49
Hex 4D AC 96 37 0 D 21 A6 26 31
Octal 115 254 226 67 0 15 41 246 46 61
Binary 1001101 10101100 10010110 110111 0 1101 100001 10100110 100110 110001

Color Harmonies of #4DAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC96

Black with #4DAC96

Text Example


Text Example

White with #4DAC96

Text Example


Text Example

HTML Codes & Css Web 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>