#A3DFAB

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

Shades of Celadon #A3DFAB

Tints of Celadon #A3DFAB

Color information

#A3DFAB (or 0xA3DFAB) is unknown color: approx Celadon. HEX triplet: A3, DF and AB. RGB value is (163,223,171). Sum of RGB (Red+Green+Blue) = 163+223+171=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFAB is #5C2054. Grayscale: #C7C7C7. Windows color (decimal): -6037589 or 11263907. OLE color: 11263907.

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

Color convert

RGB163223171-
CMYK0.2700.230.13
HSL128º48.39%75.69%-
HSV(B)128º26.91%87.45%-
XYZ48.8463.548.21-
YUV199.13112.12102.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=29.26%
G=40.04%
B=30.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632231710.2700.230.1312848.3975.69
HexA3DFAB1B017D80304c
Octal243337253330271520060114
Binary101000111101111110101011110110101111101100000001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFAB; }

 p { color: rgb(163,223,171); }

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

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

 a { background-color: rgb(163,223,171); }

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

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

 span { border-color: rgb(163,223,171); }

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