#AAE7AF

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

Shades of Celadon #AAE7AF

Tints of Celadon #AAE7AF

Color information

#AAE7AF (or 0xAAE7AF) is unknown color: approx Celadon. HEX triplet: AA, E7 and AF. RGB value is (170,231,175). Sum of RGB (Red+Green+Blue) = 170+231+175=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE7AF is #551850. Grayscale: #CECECE. Windows color (decimal): -5576785 or 11528106. OLE color: 11528106.

HSL color Cylindrical-coordinate representation of color #AAE7AF: hue angle of 124.92º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7AF is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB170231175-
CMYK0.2600.240.09
HSL124.92º55.96%78.63%-
HSV(B)124.92º26.41%90.59%-
XYZ52.8968.7951.05-
YUV206.38110.29102.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 231 (90.62% from 255) = 40.10%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=29.51%
G=40.10%
B=30.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311750.2600.240.09124.9255.9678.63
HexAAE7AF1A01897d384f
Octal252347257320301117570117
Binary10101010111001111010111111010011000100111111011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7AF; }

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

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

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

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

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

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

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

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