#AEFAB3

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

Shades of Celadon #AEFAB3

Tints of Celadon #AEFAB3

Color information

#AEFAB3 (or 0xAEFAB3) is unknown color: approx Celadon. HEX triplet: AE, FA and B3. RGB value is (174,250,179). Sum of RGB (Red+Green+Blue) = 174+250+179=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAB3 is #51054C. Grayscale: #DBDBDB. Windows color (decimal): -5309773 or 11795118. OLE color: 11795118.

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

Color convert

RGB174250179-
CMYK0.3000.280.02
HSL123.95º88.37%83.14%-
HSV(B)123.95º30.4%98.04%-
XYZ59.7880.6255.06-
YUV219.18105.3295.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=28.86%
G=41.46%
B=29.68%

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
Decimal1742501790.3000.280.02123.9588.3783.14
HexAEFAB31E01C27c5853
Octal256372263360342174130123
Binary1010111011111010101100111111001110010111110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAB3; }

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

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

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

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

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

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

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

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