#AEE1B4

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

Shades of Celadon #AEE1B4

Tints of Celadon #AEE1B4

Color information

#AEE1B4 (or 0xAEE1B4) is unknown color: approx Celadon. HEX triplet: AE, E1 and B4. RGB value is (174,225,180). Sum of RGB (Red+Green+Blue) = 174+225+180=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1B4 is #511E4B. Grayscale: #CCCCCC. Windows color (decimal): -5316172 or 11854254. OLE color: 11854254.

HSL color Cylindrical-coordinate representation of color #AEE1B4: hue angle of 127.06º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1B4 is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB174225180-
CMYK0.2300.20.12
HSL127.06º45.95%78.24%-
HSV(B)127.06º22.67%88.24%-
XYZ52.6266.1453.17-
YUV204.62114.1106.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 225 (88.28% from 255) = 38.86%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=30.05%
G=38.86%
B=31.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742251800.2300.20.12127.0645.9578.24
HexAEE1B417014C7f2e4e
Octal256341264270241417756116
Binary10101110111000011011010010111010100110011111111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1B4; }

 p { color: rgb(174,225,180); }

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

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

 a { background-color: rgb(174,225,180); }

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

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

 span { border-color: rgb(174,225,180); }

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