Html Css Color HEX #4DAA96 Keppel

📋 copy color: '#4DAA96'

red 77 ◦ green 170 ◦ blue 150

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

Shades of Keppel #4DAA96

Tints of Keppel #4DAA96

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

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

R = 19.4%
G = 42.82%
B = 37.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#4DAA96 (or 0x4DAA96) is known color: Keppel. HEX triplet: 4D, AA and 96. RGB value is (77,170,150). Sum of RGB (Red+Green+Blue) = 77+170+150=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA96 is #B25569. Grayscale: #8B8B8B. Windows color (decimal): -11687274 or 9873997. OLE color: 9873997.

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

Color convert

RGB 77 170 150 -
CMYK 0.55 0 0.12 0.33
HSL 167.1º 0.38% 0.48% -
HSV(B) 167.1º 0.55% 0.67% -
XYZ 22.94 32.53 33.92 -
YUV 139.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 77 170 150 0.55 0 0.12 0.33 167.1 0.38 0.48
Hex 4D AA 96 37 0 C 21 A7 26 30
Octal 115 252 226 67 0 14 41 247 46 60
Binary 1001101 10101010 10010110 110111 0 1100 100001 10100111 100110 110000

Color Harmonies of #4DAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA96

Black with #4DAA96

Text Example


Text Example

White with #4DAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DAA96;
 }
 .AnyTagClassName
 {
   color: #4DAA96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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