#AAFDB3

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

Shades of Celadon #AAFDB3

Tints of Celadon #AAFDB3

Color information

#AAFDB3 (or 0xAAFDB3) is unknown color: approx Celadon. HEX triplet: AA, FD and B3. RGB value is (170,253,179). Sum of RGB (Red+Green+Blue) = 170+253+179=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDB3 is #55024C. Grayscale: #DBDBDB. Windows color (decimal): -5571149 or 11795882. OLE color: 11795882.

HSL color Cylindrical-coordinate representation of color #AAFDB3: hue angle of 126.51º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDB3 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB170253179-
CMYK0.3300.290.01
HSL126.51º95.4%82.94%-
HSV(B)126.51º32.81%99.22%-
XYZ59.8482.0555.33-
YUV219.7510592.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=28.24%
G=42.03%
B=29.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531790.3300.290.01126.5195.482.94
HexAAFDB32101D17f5f53
Octal252375263410351177137123
Binary1010101011111101101100111000010111011111111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDB3; }

 p { color: rgb(170,253,179); }

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

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

 a { background-color: rgb(170,253,179); }

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

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

 span { border-color: rgb(170,253,179); }

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