#AEF4B0

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

Shades of Celadon #AEF4B0

Tints of Celadon #AEF4B0

Color information

#AEF4B0 (or 0xAEF4B0) is unknown color: approx Celadon. HEX triplet: AE, F4 and B0. RGB value is (174,244,176). Sum of RGB (Red+Green+Blue) = 174+244+176=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF4B0 is #510B4F. Grayscale: #D7D7D7. Windows color (decimal): -5311312 or 11596974. OLE color: 11596974.

HSL color Cylindrical-coordinate representation of color #AEF4B0: hue angle of 121.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF4B0 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB174244176-
CMYK0.2900.280.04
HSL121.71º76.09%81.96%-
HSV(B)121.71º28.69%95.69%-
XYZ57.6476.8352.87-
YUV215.32105.8198.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 244 (95.70% from 255) = 41.08%
BLUE value IS 176 (69.14% from 255) = 29.63%
R=29.29%
G=41.08%
B=29.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742441760.2900.280.04121.7176.0981.96
HexAEF4B01D01C47a4c52
Octal256364260350344172114122
Binary10101110111101001011000011101011100100111101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF4B0; }

 p { color: rgb(174,244,176); }

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

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

 a { background-color: rgb(174,244,176); }

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

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

 span { border-color: rgb(174,244,176); }

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