#AEF2B4

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

Shades of Celadon #AEF2B4

Tints of Celadon #AEF2B4

Color information

#AEF2B4 (or 0xAEF2B4) is unknown color: approx Celadon. HEX triplet: AE, F2 and B4. RGB value is (174,242,180). Sum of RGB (Red+Green+Blue) = 174+242+180=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2B4 is #510D4B. Grayscale: #D6D6D6. Windows color (decimal): -5311820 or 11858606. OLE color: 11858606.

HSL color Cylindrical-coordinate representation of color #AEF2B4: hue angle of 125.29º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2B4 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB174242180-
CMYK0.2800.260.05
HSL125.29º72.34%81.57%-
HSV(B)125.29º28.1%94.9%-
XYZ57.4575.854.78-
YUV214.6108.4799.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.19%
GREEN value IS 242 (94.92% from 255) = 40.60%
BLUE value IS 180 (70.70% from 255) = 30.20%
R=29.19%
G=40.60%
B=30.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742421800.2800.260.05125.2972.3481.57
HexAEF2B41C01A57d4852
Octal256362264340325175110122
Binary10101110111100101011010011100011010101111110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2B4; }

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

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

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

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

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

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

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

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