#AAFFB6

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

Shades of Celadon #AAFFB6

Tints of Celadon #AAFFB6

Color information

#AAFFB6 (or 0xAAFFB6) is unknown color: approx Celadon. HEX triplet: AA, FF and B6. RGB value is (170,255,182). Sum of RGB (Red+Green+Blue) = 170+255+182=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFB6 is #550049. Grayscale: #DDDDDD. Windows color (decimal): -5570634 or 11993002. OLE color: 11993002.

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

Color convert

RGB170255182-
CMYK0.3300.290
HSL128.47º100%83.33%-
HSV(B)128.47º33.33%100%-
XYZ60.7883.4457.16-
YUV221.26105.8491.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=28.01%
G=42.01%
B=29.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551820.3300.290128.4710083.33
HexAAFFB62101D0806453
Octal252377266410350200144123
Binary10101010111111111011011010000101110101000000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFB6; }

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

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

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

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

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

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

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

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