Html Css Color HEX #ABCEB0 Gum Leaf

📋 copy color: '#ABCEB0'

red 171 ◦ green 206 ◦ blue 176

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

Shades of Gum Leaf #ABCEB0

Tints of Gum Leaf #ABCEB0

RGB

 RED value IS 171 (67.19% from 255) = 30.92%

 GREEN value IS 206 (80.86% from 255) = 37.25%

 BLUE value IS 176 (69.14% from 255) = 31.83%

R = 30.92%
G = 37.25%
B = 31.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#ABCEB0 (or 0xABCEB0) is known color: Gum Leaf. HEX triplet: AB, CE and B0. RGB value is (171,206,176). Sum of RGB (Red+Green+Blue) = 171+206+176=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEB0 is #54314F. Grayscale: #C0C0C0. Windows color (decimal): -5517648 or 11587243. OLE color: 11587243.

HSL color Cylindrical-coordinate representation of color #ABCEB0: hue angle of 128.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCEB0 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 206 176 -
CMYK 0.17 0 0.15 0.19
HSL 128.57º 0.26% 0.74% -
HSV(B) 128.57º 0.17% 0.81% -
XYZ 46.7 55.94 49.41 -
YUV 192.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 171 206 176 0.17 0 0.15 0.19 128.57 0.26 0.74
Hex AB CE B0 11 0 F 13 81 1A 4A
Octal 253 316 260 21 0 17 23 201 32 112
Binary 10101011 11001110 10110000 10001 0 1111 10011 10000001 11010 1001010

Color Harmonies of #ABCEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEB0

Black with #ABCEB0

Text Example


Text Example

White with #ABCEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEB0; }

 p { color: rgb(171,206,176); }

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

background-color css

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

 a { background-color: rgb(171,206,176); }

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

border-color css

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

 span { border-color: rgb(171,206,176); }

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