Shades of Celadon #AEFFB2
Tints of Celadon #AEFFB2
RGB
CMYK
RGB Variations
Color information
#AEFFB2 (or 0xAEFFB2) is known color: Celadon. HEX triplet: AE, FF and B2. RGB value is (174,255,178). Sum of RGB (Red+Green+Blue) = 174+255+178=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFFB2 is #51004D. Grayscale: #DEDEDE. Windows color (decimal): -5308494 or 11730862. OLE color: 11730862.
HSL color Cylindrical-coordinate representation of color #AEFFB2: hue angle of 122.96º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFB2 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 178 | - |
| CMYK | 0.32 | 0 | 0.30 | 0 |
| HSL | 122.96º | 1% | 0.84% | - |
| HSV(B) | 122.96º | 0.32% | 1% | - |
| XYZ | 61.25 | 83.73 | 55.05 | - |
| YUV | 222 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 178 | 0.32 | 0 | 0.30 | 0 | 122.96 | 1 | 0.84 |
| Hex | AE | FF | B2 | 20 | 0 | 1E | 0 | 7B | 64 | 54 |
| Octal | 256 | 377 | 262 | 40 | 0 | 36 | 0 | 173 | 144 | 124 |
| Binary | 10101110 | 11111111 | 10110010 | 100000 | 0 | 11110 | 0 | 1111011 | 1100100 | 1010100 |
Color Harmonies of #AEFFB2
Complementary color
Monochromatic Colors of #AEFFB2
Black with #AEFFB2
Text Example
Text Example
White with #AEFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFB2; }
p { color: rgb(174,255,178); }
H1.HeaderClassName
{
color: #AEFFB2;
}
.AnyTagClassName
{
color: #AEFFB2;
}
</style>
background-color css
<style>
a { background-color: #AEFFB2; }
a { background-color: rgb(174,255,178); }
div.DivClassName
{
background-color: #AEFFB2;
}
.BgClassName
{
background-color: #AEFFB2;
}
</style>
border-color css
<style>
span { border-color: #AEFFB2; }
span { border-color: rgb(174,255,178); }
td.TdClassName
{
border-color: #AEFFB2;
}
.TagClassName
{
border-color: #AEFFB2;
}
</style>