#AEFCB0

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

Shades of Celadon #AEFCB0

Tints of Celadon #AEFCB0

Color information

#AEFCB0 (or 0xAEFCB0) is unknown color: approx Celadon. HEX triplet: AE, FC and B0. RGB value is (174,252,176). Sum of RGB (Red+Green+Blue) = 174+252+176=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFCB0 is #51034F. Grayscale: #DCDCDC. Windows color (decimal): -5309264 or 11599022. OLE color: 11599022.

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

Color convert

RGB174252176-
CMYK0.3100.300.01
HSL121.54º92.86%83.53%-
HSV(B)121.54º30.95%98.82%-
XYZ60.181.7553.69-
YUV220.01103.1695.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 176 (69.14% from 255) = 29.24%
R=28.90%
G=41.86%
B=29.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521760.3100.300.01121.5492.8683.53
HexAEFCB01F01E17a5d54
Octal256374260370361172135124
Binary101011101111110010110000111110111101111101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCB0; }

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

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

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

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

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

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

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

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