Shades of Celadon #AEFBB2
Tints of Celadon #AEFBB2
RGB
CMYK
RGB Variations
Color information
#AEFBB2 (or 0xAEFBB2) is known color: Celadon. HEX triplet: AE, FB and B2. RGB value is (174,251,178). Sum of RGB (Red+Green+Blue) = 174+251+178=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFBB2 is #51044D. Grayscale: #DBDBDB. Windows color (decimal): -5309518 or 11729838. OLE color: 11729838.
HSL color Cylindrical-coordinate representation of color #AEFBB2: hue angle of 123.12º 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 #AEFBB2 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 251 | 178 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.02 |
| HSL | 123.12º | 0.91% | 0.83% | - |
| HSV(B) | 123.12º | 0.31% | 0.98% | - |
| XYZ | 59.99 | 81.21 | 54.63 | - |
| YUV | 219.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 251 | 178 | 0.31 | 0 | 0.29 | 0.02 | 123.12 | 0.91 | 0.83 |
| Hex | AE | FB | B2 | 1F | 0 | 1D | 2 | 7B | 5B | 53 |
| Octal | 256 | 373 | 262 | 37 | 0 | 35 | 2 | 173 | 133 | 123 |
| Binary | 10101110 | 11111011 | 10110010 | 11111 | 0 | 11101 | 10 | 1111011 | 1011011 | 1010011 |
Color Harmonies of #AEFBB2
Complementary color
Monochromatic Colors of #AEFBB2
Black with #AEFBB2
Text Example
Text Example
White with #AEFBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFBB2; }
p { color: rgb(174,251,178); }
H1.HeaderClassName
{
color: #AEFBB2;
}
.AnyTagClassName
{
color: #AEFBB2;
}
</style>
background-color css
<style>
a { background-color: #AEFBB2; }
a { background-color: rgb(174,251,178); }
div.DivClassName
{
background-color: #AEFBB2;
}
.BgClassName
{
background-color: #AEFBB2;
}
</style>
border-color css
<style>
span { border-color: #AEFBB2; }
span { border-color: rgb(174,251,178); }
td.TdClassName
{
border-color: #AEFBB2;
}
.TagClassName
{
border-color: #AEFBB2;
}
</style>