#A8DBAF

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

Shades of Celadon #A8DBAF

Tints of Celadon #A8DBAF

Color information

#A8DBAF (or 0xA8DBAF) is unknown color: approx Celadon. HEX triplet: A8, DB and AF. RGB value is (168,219,175). Sum of RGB (Red+Green+Blue) = 168+219+175=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBAF is #572450. Grayscale: #C6C6C6. Windows color (decimal): -5710929 or 11525032. OLE color: 11525032.

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

Color convert

RGB168219175-
CMYK0.2300.200.14
HSL128.24º41.46%75.88%-
HSV(B)128.24º23.29%85.88%-
XYZ49.2262.0849.95-
YUV198.74114.6106.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.89%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=29.89%
G=38.97%
B=31.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682191750.2300.200.14128.2441.4675.88
HexA8DBAF17014E80294c
Octal250333257270241620051114
Binary101010001101101110101111101110101001110100000001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBAF; }

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

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

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

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

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

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

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

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