#A8EAAA

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

Shades of Celadon #A8EAAA

Tints of Celadon #A8EAAA

Color information

#A8EAAA (or 0xA8EAAA) is unknown color: approx Celadon. HEX triplet: A8, EA and AA. RGB value is (168,234,170). Sum of RGB (Red+Green+Blue) = 168+234+170=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EAAA is #571555. Grayscale: #CFCFCF. Windows color (decimal): -5707094 or 11201192. OLE color: 11201192.

HSL color Cylindrical-coordinate representation of color #A8EAAA: hue angle of 121.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EAAA is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB168234170-
CMYK0.2800.270.08
HSL121.82º61.11%78.82%-
HSV(B)121.82º28.21%91.76%-
XYZ52.8370.0748.77-
YUV206.97107.13100.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 234 (91.80% from 255) = 40.91%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=29.37%
G=40.91%
B=29.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682341700.2800.270.08121.8261.1178.82
HexA8EAAA1C01B87a3d4f
Octal250352252340331017275117
Binary10101000111010101010101011100011011100011110101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EAAA; }

 p { color: rgb(168,234,170); }

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

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

 a { background-color: rgb(168,234,170); }

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

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

 span { border-color: rgb(168,234,170); }

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