Html Css Color HEX #4DAA90 Keppel

📋 copy color: '#4DAA90'

red 77 ◦ green 170 ◦ blue 144

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

Shades of Keppel #4DAA90

Tints of Keppel #4DAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.48%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 19.69%
G = 43.48%
B = 36.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#4DAA90 (or 0x4DAA90) is known color: Keppel. HEX triplet: 4D, AA and 90. RGB value is (77,170,144). Sum of RGB (Red+Green+Blue) = 77+170+144=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA90 is #B2556F. Grayscale: #8B8B8B. Windows color (decimal): -11687280 or 9480781. OLE color: 9480781.

HSL color Cylindrical-coordinate representation of color #4DAA90: hue angle of 163.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA90 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 170 144 -
CMYK 0.55 0 0.15 0.33
HSL 163.23º 0.38% 0.48% -
HSV(B) 163.23º 0.55% 0.67% -
XYZ 22.47 32.34 31.44 -
YUV 139.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 77 170 144 0.55 0 0.15 0.33 163.23 0.38 0.48
Hex 4D AA 90 37 0 F 21 A3 26 30
Octal 115 252 220 67 0 17 41 243 46 60
Binary 1001101 10101010 10010000 110111 0 1111 100001 10100011 100110 110000

Color Harmonies of #4DAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA90

Black with #4DAA90

Text Example


Text Example

White with #4DAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,170,144); }

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

background-color css

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

 a { background-color: rgb(77,170,144); }

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

border-color css

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

 span { border-color: rgb(77,170,144); }

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