#ABD4B5

Color #ABD4B5 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #ABD4B5

Tints of Gum Leaf #ABD4B5

Color information

#ABD4B5 (or 0xABD4B5) is unknown color: approx Gum Leaf. HEX triplet: AB, D4 and B5. RGB value is (171,212,181). Sum of RGB (Red+Green+Blue) = 171+212+181=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4B5 is #542B4A. Grayscale: #C4C4C4. Windows color (decimal): -5516107 or 11916459. OLE color: 11916459.

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

Color convert

RGB171212181-
CMYK0.1900.150.17
HSL134.63º32.28%75.1%-
HSV(B)134.63º19.34%83.14%-
XYZ48.6859.0852.55-
YUV196.21119.42110.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 212 (83.20% from 255) = 37.59%
BLUE value IS 181 (71.09% from 255) = 32.09%
R=30.32%
G=37.59%
B=32.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712121810.1900.150.17134.6332.2875.1
HexABD4B5130F1187204b
Octal253324265230172120740113
Binary101010111101010010110101100110111110001100001111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD4B5; }

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

 H1.HeaderClassName
 {
   color: #ABD4B5;
 }
 .AnyTagClassName
 {
   color: #ABD4B5;
 }
</style>
background-color css

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

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

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

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

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

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