#AEFAB6

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

Shades of Celadon #AEFAB6

Tints of Celadon #AEFAB6

Color information

#AEFAB6 (or 0xAEFAB6) is unknown color: approx Celadon. HEX triplet: AE, FA and B6. RGB value is (174,250,182). Sum of RGB (Red+Green+Blue) = 174+250+182=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAB6 is #510549. Grayscale: #DBDBDB. Windows color (decimal): -5309770 or 11991726. OLE color: 11991726.

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

Color convert

RGB174250182-
CMYK0.3000.270.02
HSL126.32º88.37%83.14%-
HSV(B)126.32º30.4%98.04%-
XYZ60.0880.7556.67-
YUV219.52106.8295.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=28.71%
G=41.25%
B=30.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501820.3000.270.02126.3288.3783.14
HexAEFAB61E01B27e5853
Octal256372266360332176130123
Binary1010111011111010101101101111001101110111111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAB6; }

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

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

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

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

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

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

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

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