#A4DFAB

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

Shades of Celadon #A4DFAB

Tints of Celadon #A4DFAB

Color information

#A4DFAB (or 0xA4DFAB) is unknown color: approx Celadon. HEX triplet: A4, DF and AB. RGB value is (164,223,171). Sum of RGB (Red+Green+Blue) = 164+223+171=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DFAB is #5B2054. Grayscale: #C7C7C7. Windows color (decimal): -5972053 or 11263908. OLE color: 11263908.

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

Color convert

RGB164223171-
CMYK0.2600.230.13
HSL127.12º47.97%75.88%-
HSV(B)127.12º26.46%87.45%-
XYZ49.0563.6148.22-
YUV199.43111.95102.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=29.39%
G=39.96%
B=30.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642231710.2600.230.13127.1247.9775.88
HexA4DFAB1A017D7f304c
Octal244337253320271517760114
Binary10100100110111111010101111010010111110111111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DFAB; }

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

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

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

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

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

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

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

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