#A3DFAA

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

Shades of Celadon #A3DFAA

Tints of Celadon #A3DFAA

Color information

#A3DFAA (or 0xA3DFAA) is unknown color: approx Celadon. HEX triplet: A3, DF and AA. RGB value is (163,223,170). Sum of RGB (Red+Green+Blue) = 163+223+170=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFAA is #5C2055. Grayscale: #C7C7C7. Windows color (decimal): -6037590 or 11198371. OLE color: 11198371.

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

Color convert

RGB163223170-
CMYK0.2700.240.13
HSL127º48.39%75.69%-
HSV(B)127º26.91%87.45%-
XYZ48.7563.4647.71-
YUV199.02111.62102.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.32%
GREEN value IS 223 (87.5% from 255) = 40.11%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=29.32%
G=40.11%
B=30.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632231700.2700.240.1312748.3975.69
HexA3DFAA1B018D7f304c
Octal243337252330301517760114
Binary10100011110111111010101011011011000110111111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFAA; }

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

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

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

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

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

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

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

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