#AEFAB4

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

Shades of Celadon #AEFAB4

Tints of Celadon #AEFAB4

Color information

#AEFAB4 (or 0xAEFAB4) is unknown color: approx Celadon. HEX triplet: AE, FA and B4. RGB value is (174,250,180). Sum of RGB (Red+Green+Blue) = 174+250+180=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAB4 is #51054B. Grayscale: #DBDBDB. Windows color (decimal): -5309772 or 11860654. OLE color: 11860654.

HSL color Cylindrical-coordinate representation of color #AEFAB4: hue angle of 124.74º degrees, saturation: 0.88, 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 #AEFAB4 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB174250180-
CMYK0.3000.280.02
HSL124.74º88.37%83.14%-
HSV(B)124.74º30.4%98.04%-
XYZ59.8880.6755.59-
YUV219.3105.8295.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 180 (70.70% from 255) = 29.80%
R=28.81%
G=41.39%
B=29.80%

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
Decimal1742501800.3000.280.02124.7488.3783.14
HexAEFAB41E01C27d5853
Octal256372264360342175130123
Binary1010111011111010101101001111001110010111110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAB4; }

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

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

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

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

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

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

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

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