#AEF9B4

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

Shades of Celadon #AEF9B4

Tints of Celadon #AEF9B4

Color information

#AEF9B4 (or 0xAEF9B4) is unknown color: approx Celadon. HEX triplet: AE, F9 and B4. RGB value is (174,249,180). Sum of RGB (Red+Green+Blue) = 174+249+180=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9B4 is #51064B. Grayscale: #DADADA. Windows color (decimal): -5310028 or 11860398. OLE color: 11860398.

HSL color Cylindrical-coordinate representation of color #AEF9B4: hue angle of 124.8º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9B4 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB174249180-
CMYK0.3000.280.02
HSL124.8º86.21%82.94%-
HSV(B)124.8º30.12%97.65%-
XYZ59.5780.0555.49-
YUV218.71106.1596.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=28.86%
G=41.29%
B=29.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742491800.3000.280.02124.886.2182.94
HexAEF9B41E01C27d5653
Octal256371264360342175126123
Binary1010111011111001101101001111001110010111110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF9B4; }

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

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

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

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

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

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

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

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