#AEE4B4

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

Shades of Celadon #AEE4B4

Tints of Celadon #AEE4B4

Color information

#AEE4B4 (or 0xAEE4B4) is unknown color: approx Celadon. HEX triplet: AE, E4 and B4. RGB value is (174,228,180). Sum of RGB (Red+Green+Blue) = 174+228+180=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE4B4 is #511B4B. Grayscale: #CECECE. Windows color (decimal): -5315404 or 11855022. OLE color: 11855022.

HSL color Cylindrical-coordinate representation of color #AEE4B4: hue angle of 126.67º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE4B4 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB174228180-
CMYK0.2400.210.11
HSL126.67º50%78.82%-
HSV(B)126.67º23.68%89.41%-
XYZ53.4467.7853.45-
YUV206.38113.11104.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.90%
GREEN value IS 228 (89.45% from 255) = 39.18%
BLUE value IS 180 (70.70% from 255) = 30.93%
R=29.90%
G=39.18%
B=30.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742281800.2400.210.11126.675078.82
HexAEE4B418015B7f324f
Octal256344264300251317762117
Binary10101110111001001011010011000010101101111111111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE4B4; }

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

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

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

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

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

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

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

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