Html Css Color HEX #4AB990 Keppel

📋 copy color: '#4AB990'

red 74 ◦ green 185 ◦ blue 144

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

Shades of Keppel #4AB990

Tints of Keppel #4AB990

RGB

 RED value IS 74 (29.3% from 255) = 18.36%

 GREEN value IS 185 (72.66% from 255) = 45.91%

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

R = 18.36%
G = 45.91%
B = 35.73%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#4AB990 (or 0x4AB990) is known color: Keppel. HEX triplet: 4A, B9 and 90. RGB value is (74,185,144). Sum of RGB (Red+Green+Blue) = 74+185+144=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB990 is #B5466F. Grayscale: #939393. Windows color (decimal): -11880048 or 9484618. OLE color: 9484618.

HSL color Cylindrical-coordinate representation of color #4AB990: hue angle of 157.84º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB990 is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 144 -
CMYK 0.6 0 0.22 0.27
HSL 157.84º 0.44% 0.51% -
HSV(B) 157.84º 0.6% 0.73% -
XYZ 25.21 38.17 32.42 -
YUV 147.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 74 185 144 0.6 0 0.22 0.27 157.84 0.44 0.51
Hex 4A B9 90 3C 0 16 1B 9E 2C 33
Octal 112 271 220 74 0 26 33 236 54 63
Binary 1001010 10111001 10010000 111100 0 10110 11011 10011110 101100 110011

Color Harmonies of #4AB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB990

Black with #4AB990

Text Example


Text Example

White with #4AB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,185,144); }

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

background-color css

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

 a { background-color: rgb(74,185,144); }

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

border-color css

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

 span { border-color: rgb(74,185,144); }

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