#A8DEAE

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

Shades of Celadon #A8DEAE

Tints of Celadon #A8DEAE

Color information

#A8DEAE (or 0xA8DEAE) is unknown color: approx Celadon. HEX triplet: A8, DE and AE. RGB value is (168,222,174). Sum of RGB (Red+Green+Blue) = 168+222+174=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DEAE is #572151. Grayscale: #C8C8C8. Windows color (decimal): -5710162 or 11460264. OLE color: 11460264.

HSL color Cylindrical-coordinate representation of color #A8DEAE: hue angle of 126.67º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DEAE is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB168222174-
CMYK0.2400.220.13
HSL126.67º45%76.47%-
HSV(B)126.67º24.32%87.06%-
XYZ49.9163.6249.69-
YUV200.38113.11104.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.79%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=29.79%
G=39.36%
B=30.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682221740.2400.220.13126.674576.47
HexA8DEAE18016D7f2d4c
Octal250336256300261517755114
Binary10101000110111101010111011000010110110111111111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DEAE; }

 p { color: rgb(168,222,174); }

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

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

 a { background-color: rgb(168,222,174); }

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

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

 span { border-color: rgb(168,222,174); }

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