Html Css Color HEX #ABD5B6 Gum Leaf

📋 copy color: '#ABD5B6'

red 171 ◦ green 213 ◦ blue 182

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

Shades of Gum Leaf #ABD5B6

Tints of Gum Leaf #ABD5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.16%

R = 30.21%
G = 37.63%
B = 32.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#ABD5B6 (or 0xABD5B6) is known color: Gum Leaf. HEX triplet: AB, D5 and B6. RGB value is (171,213,182). Sum of RGB (Red+Green+Blue) = 171+213+182=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5B6 is #542A49. Grayscale: #C4C4C4. Windows color (decimal): -5515850 or 11982251. OLE color: 11982251.

HSL color Cylindrical-coordinate representation of color #ABD5B6: hue angle of 135.71º 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 #ABD5B6 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 213 182 -
CMYK 0.20 0 0.15 0.16
HSL 135.71º 0.33% 0.75% -
HSV(B) 135.71º 0.2% 0.84% -
XYZ 49.03 59.62 53.18 -
YUV 196.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 171 213 182 0.20 0 0.15 0.16 135.71 0.33 0.75
Hex AB D5 B6 14 0 F 10 88 21 4B
Octal 253 325 266 24 0 17 20 210 41 113
Binary 10101011 11010101 10110110 10100 0 1111 10000 10001000 100001 1001011

Color Harmonies of #ABD5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5B6

Black with #ABD5B6

Text Example


Text Example

White with #ABD5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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