#AEF7B4

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

Shades of Celadon #AEF7B4

Tints of Celadon #AEF7B4

Color information

#AEF7B4 (or 0xAEF7B4) is unknown color: approx Celadon. HEX triplet: AE, F7 and B4. RGB value is (174,247,180). Sum of RGB (Red+Green+Blue) = 174+247+180=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7B4 is #51084B. Grayscale: #D9D9D9. Windows color (decimal): -5310540 or 11859886. OLE color: 11859886.

HSL color Cylindrical-coordinate representation of color #AEF7B4: hue angle of 124.93º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7B4 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB174247180-
CMYK0.3000.270.03
HSL124.93º82.02%82.55%-
HSV(B)124.93º29.55%96.86%-
XYZ58.9578.8255.29-
YUV217.54106.8296.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 247 (96.88% from 255) = 41.10%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=28.95%
G=41.10%
B=29.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742471800.3000.270.03124.9382.0282.55
HexAEF7B41E01B37d5253
Octal256367264360333175122123
Binary1010111011110111101101001111001101111111110110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7B4; }

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

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

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

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

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

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

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

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