#AAEBAF

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

Shades of Celadon #AAEBAF

Tints of Celadon #AAEBAF

Color information

#AAEBAF (or 0xAAEBAF) is unknown color: approx Celadon. HEX triplet: AA, EB and AF. RGB value is (170,235,175). Sum of RGB (Red+Green+Blue) = 170+235+175=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBAF is #551450. Grayscale: #D0D0D0. Windows color (decimal): -5575761 or 11529130. OLE color: 11529130.

HSL color Cylindrical-coordinate representation of color #AAEBAF: hue angle of 124.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBAF is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB170235175-
CMYK0.2800.260.08
HSL124.62º61.9%79.41%-
HSV(B)124.62º27.66%92.16%-
XYZ54.0271.0651.43-
YUV208.72108.97100.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=29.31%
G=40.52%
B=30.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351750.2800.260.08124.6261.979.41
HexAAEBAF1C01A87d3e4f
Octal252353257340321017576117
Binary10101010111010111010111111100011010100011111011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBAF; }

 p { color: rgb(170,235,175); }

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

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

 a { background-color: rgb(170,235,175); }

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

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

 span { border-color: rgb(170,235,175); }

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