Html Css Color HEX #ABD4B8 Gum Leaf

📋 copy color: '#ABD4B8'

red 171 ◦ green 212 ◦ blue 184

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

Shades of Gum Leaf #ABD4B8

Tints of Gum Leaf #ABD4B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.45%

R = 30.16%
G = 37.39%
B = 32.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#ABD4B8 (or 0xABD4B8) is known color: Gum Leaf. HEX triplet: AB, D4 and B8. RGB value is (171,212,184). Sum of RGB (Red+Green+Blue) = 171+212+184=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4B8 is #542B47. Grayscale: #C4C4C4. Windows color (decimal): -5516104 or 12113067. OLE color: 12113067.

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

Color convert

RGB 171 212 184 -
CMYK 0.19 0 0.13 0.17
HSL 139.02º 0.32% 0.75% -
HSV(B) 139.02º 0.19% 0.83% -
XYZ 48.99 59.21 54.19 -
YUV 196.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 171 212 184 0.19 0 0.13 0.17 139.02 0.32 0.75
Hex AB D4 B8 13 0 D 11 8B 20 4B
Octal 253 324 270 23 0 15 21 213 40 113
Binary 10101011 11010100 10111000 10011 0 1101 10001 10001011 100000 1001011

Color Harmonies of #ABD4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4B8

Black with #ABD4B8

Text Example


Text Example

White with #ABD4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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