Html Css Color HEX #ABD2B0 Gum Leaf

📋 copy color: '#ABD2B0'

red 171 ◦ green 210 ◦ blue 176

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

Shades of Gum Leaf #ABD2B0

Tints of Gum Leaf #ABD2B0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

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

R = 30.7%
G = 37.7%
B = 31.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#ABD2B0 (or 0xABD2B0) is known color: Gum Leaf. HEX triplet: AB, D2 and B0. RGB value is (171,210,176). Sum of RGB (Red+Green+Blue) = 171+210+176=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD2B0 is #542D4F. Grayscale: #C2C2C2. Windows color (decimal): -5516624 or 11588267. OLE color: 11588267.

HSL color Cylindrical-coordinate representation of color #ABD2B0: hue angle of 127.69º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD2B0 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 210 176 -
CMYK 0.19 0 0.16 0.18
HSL 127.69º 0.3% 0.75% -
HSV(B) 127.69º 0.19% 0.82% -
XYZ 47.68 57.89 49.73 -
YUV 194.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 171 210 176 0.19 0 0.16 0.18 127.69 0.3 0.75
Hex AB D2 B0 13 0 10 12 80 1E 4B
Octal 253 322 260 23 0 20 22 200 36 113
Binary 10101011 11010010 10110000 10011 0 10000 10010 10000000 11110 1001011

Color Harmonies of #ABD2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2B0

Black with #ABD2B0

Text Example


Text Example

White with #ABD2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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