Html Css Color HEX #4DAC8E Keppel

📋 copy color: '#4DAC8E'

red 77 ◦ green 172 ◦ blue 142

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

Shades of Keppel #4DAC8E

Tints of Keppel #4DAC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 19.69%
G = 43.99%
B = 36.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#4DAC8E (or 0x4DAC8E) is known color: Keppel. HEX triplet: 4D, AC and 8E. RGB value is (77,172,142). Sum of RGB (Red+Green+Blue) = 77+172+142=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC8E is #B25371. Grayscale: #8C8C8C. Windows color (decimal): -11686770 or 9350221. OLE color: 9350221.

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

Color convert

RGB 77 172 142 -
CMYK 0.55 0 0.17 0.33
HSL 161.05º 0.38% 0.49% -
HSV(B) 161.05º 0.55% 0.67% -
XYZ 22.7 33.04 30.77 -
YUV 140.18 129.03 82.94 -
System Red Green Blue C M Y K H S L
Decimal 77 172 142 0.55 0 0.17 0.33 161.05 0.38 0.49
Hex 4D AC 8E 37 0 11 21 A1 26 31
Octal 115 254 216 67 0 21 41 241 46 61
Binary 1001101 10101100 10001110 110111 0 10001 100001 10100001 100110 110001

Color Harmonies of #4DAC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC8E

Black with #4DAC8E

Text Example


Text Example

White with #4DAC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,172,142); }

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

background-color css

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

 a { background-color: rgb(77,172,142); }

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

border-color css

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

 span { border-color: rgb(77,172,142); }

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