#AAFDB4

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

Shades of Celadon #AAFDB4

Tints of Celadon #AAFDB4

Color information

#AAFDB4 (or 0xAAFDB4) is unknown color: approx Celadon. HEX triplet: AA, FD and B4. RGB value is (170,253,180). Sum of RGB (Red+Green+Blue) = 170+253+180=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDB4 is #55024B. Grayscale: #DCDCDC. Windows color (decimal): -5571148 or 11861418. OLE color: 11861418.

HSL color Cylindrical-coordinate representation of color #AAFDB4: hue angle of 127.23º 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 #AAFDB4 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB170253180-
CMYK0.3300.290.01
HSL127.23º95.4%82.94%-
HSV(B)127.23º32.81%99.22%-
XYZ59.9482.0955.87-
YUV219.86105.592.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 253 (99.22% from 255) = 41.96%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=28.19%
G=41.96%
B=29.85%

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
Decimal1702531800.3300.290.01127.2395.482.94
HexAAFDB42101D17f5f53
Octal252375264410351177137123
Binary1010101011111101101101001000010111011111111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDB4; }

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

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

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

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

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

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

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

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