#A8E0AB

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

Shades of Celadon #A8E0AB

Tints of Celadon #A8E0AB

Color information

#A8E0AB (or 0xA8E0AB) is unknown color: approx Celadon. HEX triplet: A8, E0 and AB. RGB value is (168,224,171). Sum of RGB (Red+Green+Blue) = 168+224+171=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E0AB is #571F54. Grayscale: #C9C9C9. Windows color (decimal): -5709653 or 11264168. OLE color: 11264168.

HSL color Cylindrical-coordinate representation of color #A8E0AB: hue angle of 123.21º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E0AB is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB168224171-
CMYK0.2500.240.12
HSL123.21º47.46%76.86%-
HSV(B)123.21º25%87.84%-
XYZ50.1564.5848.35-
YUV201.21110.95104.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 224 (87.89% from 255) = 39.79%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=29.84%
G=39.79%
B=30.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682241710.2500.240.12123.2147.4676.86
HexA8E0AB19018C7b2f4d
Octal250340253310301417357115
Binary10101000111000001010101111001011000110011110111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E0AB; }

 p { color: rgb(168,224,171); }

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

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

 a { background-color: rgb(168,224,171); }

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

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

 span { border-color: rgb(168,224,171); }

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