#AEFBB0

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

Shades of Celadon #AEFBB0

Tints of Celadon #AEFBB0

Color information

#AEFBB0 (or 0xAEFBB0) is unknown color: approx Celadon. HEX triplet: AE, FB and B0. RGB value is (174,251,176). Sum of RGB (Red+Green+Blue) = 174+251+176=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFBB0 is #51044F. Grayscale: #DBDBDB. Windows color (decimal): -5309520 or 11598766. OLE color: 11598766.

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

Color convert

RGB174251176-
CMYK0.3100.300.02
HSL121.56º90.59%83.33%-
HSV(B)121.56º30.68%98.43%-
XYZ59.7981.1353.58-
YUV219.43103.4995.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 176 (69.14% from 255) = 29.28%
R=28.95%
G=41.76%
B=29.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742511760.3100.300.02121.5690.5983.33
HexAEFBB01F01E27a5b53
Octal256373260370362172133123
Binary1010111011111011101100001111101111010111101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBB0; }

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

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

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

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

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

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

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

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