Html Css Color HEX #ABD5B1 Gum Leaf

📋 copy color: '#ABD5B1'

red 171 ◦ green 213 ◦ blue 177

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

Shades of Gum Leaf #ABD5B1

Tints of Gum Leaf #ABD5B1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.97%

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

R = 30.48%
G = 37.97%
B = 31.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#ABD5B1 (or 0xABD5B1) is known color: Gum Leaf. HEX triplet: AB, D5 and B1. RGB value is (171,213,177). Sum of RGB (Red+Green+Blue) = 171+213+177=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD5B1 is #542A4E. Grayscale: #C4C4C4. Windows color (decimal): -5515855 or 11654571. OLE color: 11654571.

HSL color Cylindrical-coordinate representation of color #ABD5B1: hue angle of 128.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD5B1 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 213 177 -
CMYK 0.20 0 0.17 0.16
HSL 128.57º 0.33% 0.75% -
HSV(B) 128.57º 0.2% 0.84% -
XYZ 48.52 59.42 50.51 -
YUV 196.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 171 213 177 0.20 0 0.17 0.16 128.57 0.33 0.75
Hex AB D5 B1 14 0 11 10 81 21 4B
Octal 253 325 261 24 0 21 20 201 41 113
Binary 10101011 11010101 10110001 10100 0 10001 10000 10000001 100001 1001011

Color Harmonies of #ABD5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5B1

Black with #ABD5B1

Text Example


Text Example

White with #ABD5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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