#A8EDAF

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

Shades of Celadon #A8EDAF

Tints of Celadon #A8EDAF

Color information

#A8EDAF (or 0xA8EDAF) is unknown color: approx Celadon. HEX triplet: A8, ED and AF. RGB value is (168,237,175). Sum of RGB (Red+Green+Blue) = 168+237+175=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDAF is #571250. Grayscale: #D1D1D1. Windows color (decimal): -5706321 or 11529640. OLE color: 11529640.

HSL color Cylindrical-coordinate representation of color #A8EDAF: hue angle of 126.09º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDAF is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB168237175-
CMYK0.2900.260.07
HSL126.09º65.71%79.41%-
HSV(B)126.09º29.11%92.94%-
XYZ54.1771.9951.6-
YUV209.3108.6498.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.97%
GREEN value IS 237 (92.97% from 255) = 40.86%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=28.97%
G=40.86%
B=30.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682371750.2900.260.07126.0965.7179.41
HexA8EDAF1D01A77e424f
Octal250355257350327176102117
Binary10101000111011011010111111101011010111111111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EDAF; }

 p { color: rgb(168,237,175); }

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

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

 a { background-color: rgb(168,237,175); }

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

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

 span { border-color: rgb(168,237,175); }

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