#AEEAB3

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

Shades of Celadon #AEEAB3

Tints of Celadon #AEEAB3

Color information

#AEEAB3 (or 0xAEEAB3) is unknown color: approx Celadon. HEX triplet: AE, EA and B3. RGB value is (174,234,179). Sum of RGB (Red+Green+Blue) = 174+234+179=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAB3 is #51154C. Grayscale: #D1D1D1. Windows color (decimal): -5313869 or 11791022. OLE color: 11791022.

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

Color convert

RGB174234179-
CMYK0.2600.240.08
HSL125º58.82%80%-
HSV(B)125º25.64%91.76%-
XYZ55.0271.153.47-
YUV209.79110.62102.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 179 (70.31% from 255) = 30.49%
R=29.64%
G=39.86%
B=30.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742341790.2600.240.0812558.8280
HexAEEAB31A01887d3b50
Octal256352263320301017573120
Binary10101110111010101011001111010011000100011111011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEAB3; }

 p { color: rgb(174,234,179); }

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

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

 a { background-color: rgb(174,234,179); }

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

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

 span { border-color: rgb(174,234,179); }

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