#A4DFAA

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

Shades of Celadon #A4DFAA

Tints of Celadon #A4DFAA

Color information

#A4DFAA (or 0xA4DFAA) is unknown color: approx Celadon. HEX triplet: A4, DF and AA. RGB value is (164,223,170). Sum of RGB (Red+Green+Blue) = 164+223+170=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DFAA is #5B2055. Grayscale: #C7C7C7. Windows color (decimal): -5972054 or 11198372. OLE color: 11198372.

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

Color convert

RGB164223170-
CMYK0.2600.240.13
HSL126.1º47.97%75.88%-
HSV(B)126.1º26.46%87.45%-
XYZ48.9563.5747.72-
YUV199.32111.45102.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.44%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=29.44%
G=40.04%
B=30.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642231700.2600.240.13126.147.9775.88
HexA4DFAA1A018D7e304c
Octal244337252320301517660114
Binary10100100110111111010101011010011000110111111101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DFAA; }

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

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

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

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

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

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

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

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