#AEF8B4

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

Shades of Celadon #AEF8B4

Tints of Celadon #AEF8B4

Color information

#AEF8B4 (or 0xAEF8B4) is unknown color: approx Celadon. HEX triplet: AE, F8 and B4. RGB value is (174,248,180). Sum of RGB (Red+Green+Blue) = 174+248+180=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8B4 is #51074B. Grayscale: #DADADA. Windows color (decimal): -5310284 or 11860142. OLE color: 11860142.

HSL color Cylindrical-coordinate representation of color #AEF8B4: hue angle of 124.86º degrees, saturation: 0.84, 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 #AEF8B4 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB174248180-
CMYK0.3000.270.03
HSL124.86º84.09%82.75%-
HSV(B)124.86º29.84%97.25%-
XYZ59.2679.4355.39-
YUV218.12106.4896.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 248 (97.27% from 255) = 41.20%
BLUE value IS 180 (70.70% from 255) = 29.90%
R=28.90%
G=41.20%
B=29.90%

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
Decimal1742481800.3000.270.03124.8684.0982.75
HexAEF8B41E01B37d5453
Octal256370264360333175124123
Binary1010111011111000101101001111001101111111110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF8B4; }

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

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

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

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

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

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

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

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