#A8DFAC

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

Shades of Celadon #A8DFAC

Tints of Celadon #A8DFAC

Color information

#A8DFAC (or 0xA8DFAC) is unknown color: approx Celadon. HEX triplet: A8, DF and AC. RGB value is (168,223,172). Sum of RGB (Red+Green+Blue) = 168+223+172=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DFAC is #572053. Grayscale: #C8C8C8. Windows color (decimal): -5709908 or 11329448. OLE color: 11329448.

HSL color Cylindrical-coordinate representation of color #A8DFAC: hue angle of 124.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFAC is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB168223172-
CMYK0.2500.230.13
HSL124.36º46.22%76.67%-
HSV(B)124.36º24.66%87.45%-
XYZ49.9864.0848.76-
YUV200.74111.78104.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 223 (87.5% from 255) = 39.61%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=29.84%
G=39.61%
B=30.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682231720.2500.230.13124.3646.2276.67
HexA8DFAC19017D7c2e4d
Octal250337254310271517456115
Binary10101000110111111010110011001010111110111111001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFAC; }

 p { color: rgb(168,223,172); }

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

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

 a { background-color: rgb(168,223,172); }

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

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

 span { border-color: rgb(168,223,172); }

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