#AAFCB6

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

Shades of Celadon #AAFCB6

Tints of Celadon #AAFCB6

Color information

#AAFCB6 (or 0xAAFCB6) is unknown color: approx Celadon. HEX triplet: AA, FC and B6. RGB value is (170,252,182). Sum of RGB (Red+Green+Blue) = 170+252+182=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCB6 is #550349. Grayscale: #DBDBDB. Windows color (decimal): -5571402 or 11992234. OLE color: 11992234.

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

Color convert

RGB170252182-
CMYK0.3300.280.01
HSL128.78º93.18%82.75%-
HSV(B)128.78º32.54%98.82%-
XYZ59.8381.5456.84-
YUV219.5106.8392.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=28.15%
G=41.72%
B=30.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521820.3300.280.01128.7893.1882.75
HexAAFCB62101C1815d53
Octal252374266410341201135123
Binary10101010111111001011011010000101110011000000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCB6; }

 p { color: rgb(170,252,182); }

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

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

 a { background-color: rgb(170,252,182); }

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

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

 span { border-color: rgb(170,252,182); }

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