#A8EAB0

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

Shades of Celadon #A8EAB0

Tints of Celadon #A8EAB0

Color information

#A8EAB0 (or 0xA8EAB0) is unknown color: approx Celadon. HEX triplet: A8, EA and B0. RGB value is (168,234,176). Sum of RGB (Red+Green+Blue) = 168+234+176=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EAB0 is #57154F. Grayscale: #CFCFCF. Windows color (decimal): -5707088 or 11594408. OLE color: 11594408.

HSL color Cylindrical-coordinate representation of color #A8EAB0: hue angle of 127.27º 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 #A8EAB0 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB168234176-
CMYK0.2800.250.08
HSL127.27º61.11%78.82%-
HSV(B)127.27º28.21%91.76%-
XYZ53.4170.3151.83-
YUV207.65110.1399.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.07%
GREEN value IS 234 (91.80% from 255) = 40.48%
BLUE value IS 176 (69.14% from 255) = 30.45%
R=29.07%
G=40.48%
B=30.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682341760.2800.250.08127.2761.1178.82
HexA8EAB01C01987f3d4f
Octal250352260340311017775117
Binary10101000111010101011000011100011001100011111111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EAB0; }

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

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

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

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

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

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

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

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