Html Css Color HEX #4DAE8B Keppel

📋 copy color: '#4DAE8B'

red 77 ◦ green 174 ◦ blue 139

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

Shades of Keppel #4DAE8B

Tints of Keppel #4DAE8B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.62%

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 19.74%
G = 44.62%
B = 35.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#4DAE8B (or 0x4DAE8B) is known color: Keppel. HEX triplet: 4D, AE and 8B. RGB value is (77,174,139). Sum of RGB (Red+Green+Blue) = 77+174+139=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAE8B is #B25174. Grayscale: #8D8D8D. Windows color (decimal): -11686261 or 9154125. OLE color: 9154125.

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

Color convert

RGB 77 174 139 -
CMYK 0.56 0 0.20 0.32
HSL 158.35º 0.39% 0.49% -
HSV(B) 158.35º 0.56% 0.68% -
XYZ 22.86 33.71 29.73 -
YUV 141.01 126.86 82.35 -
System Red Green Blue C M Y K H S L
Decimal 77 174 139 0.56 0 0.20 0.32 158.35 0.39 0.49
Hex 4D AE 8B 38 0 14 20 9E 27 31
Octal 115 256 213 70 0 24 40 236 47 61
Binary 1001101 10101110 10001011 111000 0 10100 100000 10011110 100111 110001

Color Harmonies of #4DAE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAE8B

Black with #4DAE8B

Text Example


Text Example

White with #4DAE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,174,139); }

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

background-color css

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

 a { background-color: rgb(77,174,139); }

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

border-color css

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

 span { border-color: rgb(77,174,139); }

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