#A8E1B0

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

Shades of Celadon #A8E1B0

Tints of Celadon #A8E1B0

Color information

#A8E1B0 (or 0xA8E1B0) is unknown color: approx Celadon. HEX triplet: A8, E1 and B0. RGB value is (168,225,176). Sum of RGB (Red+Green+Blue) = 168+225+176=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E1B0 is #571E4F. Grayscale: #CACACA. Windows color (decimal): -5709392 or 11592104. OLE color: 11592104.

HSL color Cylindrical-coordinate representation of color #A8E1B0: hue angle of 128.42º degrees, saturation: 0.49, 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 #A8E1B0 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB168225176-
CMYK0.2500.220.12
HSL128.42º48.72%77.06%-
HSV(B)128.42º25.33%88.24%-
XYZ50.9165.3151-
YUV202.37113.12103.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.53%
GREEN value IS 225 (88.28% from 255) = 39.54%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=29.53%
G=39.54%
B=30.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682251760.2500.220.12128.4248.7277.06
HexA8E1B019016C80314d
Octal250341260310261420061115
Binary101010001110000110110000110010101101100100000001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E1B0; }

 p { color: rgb(168,225,176); }

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

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

 a { background-color: rgb(168,225,176); }

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

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

 span { border-color: rgb(168,225,176); }

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