#AEFAAB

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

Shades of Celadon #AEFAAB

Tints of Celadon #AEFAAB

Color information

#AEFAAB (or 0xAEFAAB) is unknown color: approx Celadon. HEX triplet: AE, FA and AB. RGB value is (174,250,171). Sum of RGB (Red+Green+Blue) = 174+250+171=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFAAB is #510554. Grayscale: #DADADA. Windows color (decimal): -5309781 or 11270830. OLE color: 11270830.

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

Color convert

RGB174250171-
CMYK0.3000.320.02
HSL117.72º88.76%82.55%-
HSV(B)117.72º31.6%98.04%-
XYZ58.9980.3150.92-
YUV218.27101.3296.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=29.24%
G=42.02%
B=28.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501710.3000.320.02117.7288.7682.55
HexAEFAAB1E0202765953
Octal256372253360402166131123
Binary10101110111110101010101111110010000010111011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAAB; }

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

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

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

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

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

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

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

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