#ABD6B8

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

Shades of Gum Leaf #ABD6B8

Tints of Gum Leaf #ABD6B8

Color information

#ABD6B8 (or 0xABD6B8) is unknown color: approx Gum Leaf. HEX triplet: AB, D6 and B8. RGB value is (171,214,184). Sum of RGB (Red+Green+Blue) = 171+214+184=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6B8 is #542947. Grayscale: #C5C5C5. Windows color (decimal): -5515592 or 12113579. OLE color: 12113579.

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

Color convert

RGB171214184-
CMYK0.2000.140.16
HSL138.14º34.4%75.49%-
HSV(B)138.14º20.09%83.92%-
XYZ49.4960.2154.36-
YUV197.72120.25108.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 184 (72.27% from 255) = 32.34%
R=30.05%
G=37.61%
B=32.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141840.2000.140.16138.1434.475.49
HexABD6B8140E108a224b
Octal253326270240162021242113
Binary101010111101011010111000101000111010000100010101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6B8; }

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

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

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

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

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

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

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

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