#A8DAAF

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

Shades of Celadon #A8DAAF

Tints of Celadon #A8DAAF

Color information

#A8DAAF (or 0xA8DAAF) is unknown color: approx Celadon. HEX triplet: A8, DA and AF. RGB value is (168,218,175). Sum of RGB (Red+Green+Blue) = 168+218+175=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAAF is #572550. Grayscale: #C6C6C6. Windows color (decimal): -5711185 or 11524776. OLE color: 11524776.

HSL color Cylindrical-coordinate representation of color #A8DAAF: hue angle of 128.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAAF is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB168218175-
CMYK0.2300.200.15
HSL128.4º40.32%75.69%-
HSV(B)128.4º22.94%85.49%-
XYZ48.9661.5649.86-
YUV198.15114.94106.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=29.95%
G=38.86%
B=31.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181750.2300.200.15128.440.3275.69
HexA8DAAF17014F80284c
Octal250332257270241720050114
Binary101010001101101010101111101110101001111100000001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAAF; }

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

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

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

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

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

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

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

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