#AAFFB2

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

Shades of Celadon #AAFFB2

Tints of Celadon #AAFFB2

Color information

#AAFFB2 (or 0xAAFFB2) is unknown color: approx Celadon. HEX triplet: AA, FF and B2. RGB value is (170,255,178). Sum of RGB (Red+Green+Blue) = 170+255+178=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFFB2 is #55004D. Grayscale: #DDDDDD. Windows color (decimal): -5570638 or 11730858. OLE color: 11730858.

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

Color convert

RGB170255178-
CMYK0.3300.300
HSL125.65º100%83.33%-
HSV(B)125.65º33.33%100%-
XYZ60.3783.2855.01-
YUV220.81103.8491.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 178 (69.92% from 255) = 29.52%
R=28.19%
G=42.29%
B=29.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551780.3300.300125.6510083.33
HexAAFFB22101E07e6453
Octal252377262410360176144123
Binary1010101011111111101100101000010111100111111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFB2; }

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

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

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

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

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

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

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

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