#A8DBAB

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

Shades of Celadon #A8DBAB

Tints of Celadon #A8DBAB

Color information

#A8DBAB (or 0xA8DBAB) is unknown color: approx Celadon. HEX triplet: A8, DB and AB. RGB value is (168,219,171). Sum of RGB (Red+Green+Blue) = 168+219+171=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBAB is #572454. Grayscale: #C6C6C6. Windows color (decimal): -5710933 or 11262888. OLE color: 11262888.

HSL color Cylindrical-coordinate representation of color #A8DBAB: hue angle of 123.53º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBAB is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB168219171-
CMYK0.2300.220.14
HSL123.53º41.46%75.88%-
HSV(B)123.53º23.29%85.88%-
XYZ48.8361.9347.91-
YUV198.28112.6106.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=30.11%
G=39.25%
B=30.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682191710.2300.220.14123.5341.4675.88
HexA8DBAB17016E7c294c
Octal250333253270261617451114
Binary10101000110110111010101110111010110111011111001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBAB; }

 p { color: rgb(168,219,171); }

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

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

 a { background-color: rgb(168,219,171); }

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

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

 span { border-color: rgb(168,219,171); }

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