#AAFBAE

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

Shades of Celadon #AAFBAE

Tints of Celadon #AAFBAE

Color information

#AAFBAE (or 0xAAFBAE) is unknown color: approx Celadon. HEX triplet: AA, FB and AE. RGB value is (170,251,174). Sum of RGB (Red+Green+Blue) = 170+251+174=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBAE is #550451. Grayscale: #DADADA. Windows color (decimal): -5571666 or 11467690. OLE color: 11467690.

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

Color convert

RGB170251174-
CMYK0.3200.310.02
HSL122.96º91.01%82.55%-
HSV(B)122.96º32.27%98.43%-
XYZ58.7180.652.51-
YUV218103.1693.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 251 (98.44% from 255) = 42.18%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=28.57%
G=42.18%
B=29.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511740.3200.310.02122.9691.0182.55
HexAAFBAE2001F27b5b53
Octal252373256400372173133123
Binary10101010111110111010111010000001111110111101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBAE; }

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

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

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

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

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

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

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

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