Html Css Color HEX #4DAD8D Keppel

📋 copy color: '#4DAD8D'

red 77 ◦ green 173 ◦ blue 141

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

Shades of Keppel #4DAD8D

Tints of Keppel #4DAD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 19.69%
G = 44.25%
B = 36.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#4DAD8D (or 0x4DAD8D) is known color: Keppel. HEX triplet: 4D, AD and 8D. RGB value is (77,173,141). Sum of RGB (Red+Green+Blue) = 77+173+141=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD8D is #B25272. Grayscale: #8C8C8C. Windows color (decimal): -11686515 or 9284941. OLE color: 9284941.

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

Color convert

RGB 77 173 141 -
CMYK 0.55 0 0.18 0.32
HSL 160º 0.38% 0.49% -
HSV(B) 160º 0.55% 0.68% -
XYZ 22.81 33.39 30.44 -
YUV 140.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 77 173 141 0.55 0 0.18 0.32 160 0.38 0.49
Hex 4D AD 8D 37 0 12 20 A0 26 31
Octal 115 255 215 67 0 22 40 240 46 61
Binary 1001101 10101101 10001101 110111 0 10010 100000 10100000 100110 110001

Color Harmonies of #4DAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD8D

Black with #4DAD8D

Text Example


Text Example

White with #4DAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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