#AAFBB3

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

Shades of Celadon #AAFBB3

Tints of Celadon #AAFBB3

Color information

#AAFBB3 (or 0xAAFBB3) is unknown color: approx Celadon. HEX triplet: AA, FB and B3. RGB value is (170,251,179). Sum of RGB (Red+Green+Blue) = 170+251+179=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBB3 is #55044C. Grayscale: #DADADA. Windows color (decimal): -5571661 or 11795370. OLE color: 11795370.

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

Color convert

RGB170251179-
CMYK0.3200.290.02
HSL126.67º91.01%82.55%-
HSV(B)126.67º32.27%98.43%-
XYZ59.2180.855.12-
YUV218.57105.6693.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 179 (70.31% from 255) = 29.83%
R=28.33%
G=41.83%
B=29.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511790.3200.290.02126.6791.0182.55
HexAAFBB32001D27f5b53
Octal252373263400352177133123
Binary10101010111110111011001110000001110110111111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBB3; }

 p { color: rgb(170,251,179); }

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

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

 a { background-color: rgb(170,251,179); }

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

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

 span { border-color: rgb(170,251,179); }

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