#AAFFB4

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

Shades of Celadon #AAFFB4

Tints of Celadon #AAFFB4

Color information

#AAFFB4 (or 0xAAFFB4) is unknown color: approx Celadon. HEX triplet: AA, FF and B4. RGB value is (170,255,180). Sum of RGB (Red+Green+Blue) = 170+255+180=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFB4 is #55004B. Grayscale: #DDDDDD. Windows color (decimal): -5570636 or 11861930. OLE color: 11861930.

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

Color convert

RGB170255180-
CMYK0.3300.290
HSL127.06º100%83.33%-
HSV(B)127.06º33.33%100%-
XYZ60.5883.3656.08-
YUV221.04104.8491.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 255 (100% from 255) = 42.15%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=28.10%
G=42.15%
B=29.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551800.3300.290127.0610083.33
HexAAFFB42101D07f6453
Octal252377264410350177144123
Binary1010101011111111101101001000010111010111111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFB4; }

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

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

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

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

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

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

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

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