#AAFBB4

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

Shades of Celadon #AAFBB4

Tints of Celadon #AAFBB4

Color information

#AAFBB4 (or 0xAAFBB4) is unknown color: approx Celadon. HEX triplet: AA, FB and B4. RGB value is (170,251,180). Sum of RGB (Red+Green+Blue) = 170+251+180=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBB4 is #55044B. Grayscale: #DADADA. Windows color (decimal): -5571660 or 11860906. OLE color: 11860906.

HSL color Cylindrical-coordinate representation of color #AAFBB4: hue angle of 127.41º 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 #AAFBB4 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB170251180-
CMYK0.3200.280.02
HSL127.41º91.01%82.55%-
HSV(B)127.41º32.27%98.43%-
XYZ59.3180.8455.66-
YUV218.69106.1693.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=28.29%
G=41.76%
B=29.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511800.3200.280.02127.4191.0182.55
HexAAFBB42001C27f5b53
Octal252373264400342177133123
Binary10101010111110111011010010000001110010111111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBB4; }

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

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

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

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

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

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

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

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