Html Css Color HEX #ABD3B2 Gum Leaf

📋 copy color: '#ABD3B2'

red 171 ◦ green 211 ◦ blue 178

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

Shades of Gum Leaf #ABD3B2

Tints of Gum Leaf #ABD3B2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.68%

 BLUE value IS 178 (69.92% from 255) = 31.79%

R = 30.54%
G = 37.68%
B = 31.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#ABD3B2 (or 0xABD3B2) is known color: Gum Leaf. HEX triplet: AB, D3 and B2. RGB value is (171,211,178). Sum of RGB (Red+Green+Blue) = 171+211+178=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD3B2 is #542C4D. Grayscale: #C3C3C3. Windows color (decimal): -5516366 or 11719595. OLE color: 11719595.

HSL color Cylindrical-coordinate representation of color #ABD3B2: hue angle of 130.5º degrees, saturation: 0.31, 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 #ABD3B2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 211 178 -
CMYK 0.19 0 0.16 0.17
HSL 130.5º 0.31% 0.75% -
HSV(B) 130.5º 0.19% 0.83% -
XYZ 48.12 58.46 50.87 -
YUV 195.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 171 211 178 0.19 0 0.16 0.17 130.5 0.31 0.75
Hex AB D3 B2 13 0 10 11 82 1F 4B
Octal 253 323 262 23 0 20 21 202 37 113
Binary 10101011 11010011 10110010 10011 0 10000 10001 10000010 11111 1001011

Color Harmonies of #ABD3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD3B2

Black with #ABD3B2

Text Example


Text Example

White with #ABD3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD3B2; }

 p { color: rgb(171,211,178); }

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

background-color css

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

 a { background-color: rgb(171,211,178); }

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

border-color css

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

 span { border-color: rgb(171,211,178); }

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