Html Css Color HEX #4ABB8C Keppel

📋 copy color: '#4ABB8C'

red 74 ◦ green 187 ◦ blue 140

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

Shades of Keppel #4ABB8C

Tints of Keppel #4ABB8C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 18.45%
G = 46.63%
B = 34.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#4ABB8C (or 0x4ABB8C) is known color: Keppel. HEX triplet: 4A, BB and 8C. RGB value is (74,187,140). Sum of RGB (Red+Green+Blue) = 74+187+140=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABB8C is #B54473. Grayscale: #939393. Windows color (decimal): -11879540 or 9222986. OLE color: 9222986.

HSL color Cylindrical-coordinate representation of color #4ABB8C: hue angle of 155.04º degrees, saturation: 0.45, 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 #4ABB8C is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 187 140 -
CMYK 0.60 0 0.25 0.27
HSL 155.04º 0.45% 0.51% -
HSV(B) 155.04º 0.6% 0.73% -
XYZ 25.33 38.89 30.98 -
YUV 147.86 123.56 75.32 -
System Red Green Blue C M Y K H S L
Decimal 74 187 140 0.60 0 0.25 0.27 155.04 0.45 0.51
Hex 4A BB 8C 3C 0 19 1B 9B 2D 33
Octal 112 273 214 74 0 31 33 233 55 63
Binary 1001010 10111011 10001100 111100 0 11001 11011 10011011 101101 110011

Color Harmonies of #4ABB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABB8C

Black with #4ABB8C

Text Example


Text Example

White with #4ABB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,187,140); }

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

background-color css

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

 a { background-color: rgb(74,187,140); }

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

border-color css

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

 span { border-color: rgb(74,187,140); }

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