#AEFCB6

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

Shades of Celadon #AEFCB6

Tints of Celadon #AEFCB6

Color information

#AEFCB6 (or 0xAEFCB6) is unknown color: approx Celadon. HEX triplet: AE, FC and B6. RGB value is (174,252,182). Sum of RGB (Red+Green+Blue) = 174+252+182=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFCB6 is #510349. Grayscale: #DCDCDC. Windows color (decimal): -5309258 or 11992238. OLE color: 11992238.

HSL color Cylindrical-coordinate representation of color #AEFCB6: hue angle of 126.15º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFCB6 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB174252182-
CMYK0.3100.280.01
HSL126.15º92.86%83.53%-
HSV(B)126.15º30.95%98.82%-
XYZ60.718256.88-
YUV220.7106.1694.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 182 (71.48% from 255) = 29.93%
R=28.62%
G=41.45%
B=29.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521820.3100.280.01126.1592.8683.53
HexAEFCB61F01C17e5d54
Octal256374266370341176135124
Binary101011101111110010110110111110111001111111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCB6; }

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

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

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

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

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

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

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

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