Html Css Color HEX #4DAE8A Keppel

📋 copy color: '#4DAE8A'

red 77 ◦ green 174 ◦ blue 138

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

Shades of Keppel #4DAE8A

Tints of Keppel #4DAE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 19.79%
G = 44.73%
B = 35.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#4DAE8A (or 0x4DAE8A) is known color: Keppel. HEX triplet: 4D, AE and 8A. RGB value is (77,174,138). Sum of RGB (Red+Green+Blue) = 77+174+138=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAE8A is #B25175. Grayscale: #8C8C8C. Windows color (decimal): -11686262 or 9088589. OLE color: 9088589.

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

Color convert

RGB 77 174 138 -
CMYK 0.56 0 0.21 0.32
HSL 157.73º 0.39% 0.49% -
HSV(B) 157.73º 0.56% 0.68% -
XYZ 22.78 33.68 29.35 -
YUV 140.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 77 174 138 0.56 0 0.21 0.32 157.73 0.39 0.49
Hex 4D AE 8A 38 0 15 20 9E 27 31
Octal 115 256 212 70 0 25 40 236 47 61
Binary 1001101 10101110 10001010 111000 0 10101 100000 10011110 100111 110001

Color Harmonies of #4DAE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAE8A

Black with #4DAE8A

Text Example


Text Example

White with #4DAE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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