Html Css Color HEX #4DAD8C Keppel

📋 copy color: '#4DAD8C'

red 77 ◦ green 173 ◦ blue 140

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

Shades of Keppel #4DAD8C

Tints of Keppel #4DAD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.36%

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 19.74%
G = 44.36%
B = 35.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#4DAD8C (or 0x4DAD8C) is known color: Keppel. HEX triplet: 4D, AD and 8C. RGB value is (77,173,140). Sum of RGB (Red+Green+Blue) = 77+173+140=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD8C is #B25273. Grayscale: #8C8C8C. Windows color (decimal): -11686516 or 9219405. OLE color: 9219405.

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

Color convert

RGB 77 173 140 -
CMYK 0.55 0 0.19 0.32
HSL 159.38º 0.38% 0.49% -
HSV(B) 159.38º 0.55% 0.68% -
XYZ 22.74 33.36 30.05 -
YUV 140.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 77 173 140 0.55 0 0.19 0.32 159.38 0.38 0.49
Hex 4D AD 8C 37 0 13 20 9F 26 31
Octal 115 255 214 67 0 23 40 237 46 61
Binary 1001101 10101101 10001100 110111 0 10011 100000 10011111 100110 110001

Color Harmonies of #4DAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD8C

Black with #4DAD8C

Text Example


Text Example

White with #4DAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,173,140); }

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

background-color css

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

 a { background-color: rgb(77,173,140); }

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

border-color css

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

 span { border-color: rgb(77,173,140); }

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