Html Css Color HEX #4DAA93 Keppel

📋 copy color: '#4DAA93'

red 77 ◦ green 170 ◦ blue 147

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

Shades of Keppel #4DAA93

Tints of Keppel #4DAA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 19.54%
G = 43.15%
B = 37.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#4DAA93 (or 0x4DAA93) is known color: Keppel. HEX triplet: 4D, AA and 93. RGB value is (77,170,147). Sum of RGB (Red+Green+Blue) = 77+170+147=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA93 is #B2556C. Grayscale: #8B8B8B. Windows color (decimal): -11687277 or 9677389. OLE color: 9677389.

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

Color convert

RGB 77 170 147 -
CMYK 0.55 0 0.14 0.33
HSL 165.16º 0.38% 0.48% -
HSV(B) 165.16º 0.55% 0.67% -
XYZ 22.7 32.43 32.67 -
YUV 139.57 132.19 83.37 -
System Red Green Blue C M Y K H S L
Decimal 77 170 147 0.55 0 0.14 0.33 165.16 0.38 0.48
Hex 4D AA 93 37 0 E 21 A5 26 30
Octal 115 252 223 67 0 16 41 245 46 60
Binary 1001101 10101010 10010011 110111 0 1110 100001 10100101 100110 110000

Color Harmonies of #4DAA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA93

Black with #4DAA93

Text Example


Text Example

White with #4DAA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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