Html Css Color HEX #ABD4B1 Gum Leaf

📋 copy color: '#ABD4B1'

red 171 ◦ green 212 ◦ blue 177

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

Shades of Gum Leaf #ABD4B1

Tints of Gum Leaf #ABD4B1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.86%

 BLUE value IS 177 (69.53% from 255) = 31.61%

R = 30.54%
G = 37.86%
B = 31.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#ABD4B1 (or 0xABD4B1) is known color: Gum Leaf. HEX triplet: AB, D4 and B1. RGB value is (171,212,177). Sum of RGB (Red+Green+Blue) = 171+212+177=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD4B1 is #542B4E. Grayscale: #C3C3C3. Windows color (decimal): -5516111 or 11654315. OLE color: 11654315.

HSL color Cylindrical-coordinate representation of color #ABD4B1: hue angle of 128.78º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD4B1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 177 -
CMYK 0.19 0 0.17 0.17
HSL 128.78º 0.32% 0.75% -
HSV(B) 128.78º 0.19% 0.83% -
XYZ 48.27 58.92 50.42 -
YUV 195.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 171 212 177 0.19 0 0.17 0.17 128.78 0.32 0.75
Hex AB D4 B1 13 0 11 11 81 20 4B
Octal 253 324 261 23 0 21 21 201 40 113
Binary 10101011 11010100 10110001 10011 0 10001 10001 10000001 100000 1001011

Color Harmonies of #ABD4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4B1

Black with #ABD4B1

Text Example


Text Example

White with #ABD4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4B1; }

 p { color: rgb(171,212,177); }

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

background-color css

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

 a { background-color: rgb(171,212,177); }

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

border-color css

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

 span { border-color: rgb(171,212,177); }

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