#A8DAAC

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

Shades of Celadon #A8DAAC

Tints of Celadon #A8DAAC

Color information

#A8DAAC (or 0xA8DAAC) is unknown color: approx Celadon. HEX triplet: A8, DA and AC. RGB value is (168,218,172). Sum of RGB (Red+Green+Blue) = 168+218+172=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAAC is #572553. Grayscale: #C5C5C5. Windows color (decimal): -5711188 or 11328168. OLE color: 11328168.

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

Color convert

RGB168218172-
CMYK0.2300.210.15
HSL124.8º40.32%75.69%-
HSV(B)124.8º22.94%85.49%-
XYZ48.6761.4548.33-
YUV197.81113.44106.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 218 (85.55% from 255) = 39.07%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=30.11%
G=39.07%
B=30.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181720.2300.210.15124.840.3275.69
HexA8DAAC17015F7d284c
Octal250332254270251717550114
Binary10101000110110101010110010111010101111111111011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAAC; }

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

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

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

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

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

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

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

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