#A8DFB0

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

Shades of Celadon #A8DFB0

Tints of Celadon #A8DFB0

Color information

#A8DFB0 (or 0xA8DFB0) is unknown color: approx Celadon. HEX triplet: A8, DF and B0. RGB value is (168,223,176). Sum of RGB (Red+Green+Blue) = 168+223+176=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DFB0 is #57204F. Grayscale: #C9C9C9. Windows color (decimal): -5709904 or 11591592. OLE color: 11591592.

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

Color convert

RGB168223176-
CMYK0.2500.210.13
HSL128.73º46.22%76.67%-
HSV(B)128.73º24.66%87.45%-
XYZ50.3764.2350.82-
YUV201.2113.78104.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.63%
GREEN value IS 223 (87.5% from 255) = 39.33%
BLUE value IS 176 (69.14% from 255) = 31.04%
R=29.63%
G=39.33%
B=31.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682231760.2500.210.13128.7346.2276.67
HexA8DFB019015D812e4d
Octal250337260310251520156115
Binary101010001101111110110000110010101011101100000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFB0; }

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

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

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

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

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

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

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

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