Shades of Celadon #AEF3B4
Tints of Celadon #AEF3B4
RGB
CMYK
RGB Variations
Color information
#AEF3B4 (or 0xAEF3B4) is known color: Celadon. HEX triplet: AE, F3 and B4. RGB value is (174,243,180). Sum of RGB (Red+Green+Blue) = 174+243+180=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3B4 is #510C4B. Grayscale: #D7D7D7. Windows color (decimal): -5311564 or 11858862. OLE color: 11858862.
HSL color Cylindrical-coordinate representation of color #AEF3B4: hue angle of 125.22º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF3B4 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 180 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.05 |
| HSL | 125.22º | 0.74% | 0.82% | - |
| HSV(B) | 125.22º | 0.28% | 0.95% | - |
| XYZ | 57.74 | 76.4 | 54.88 | - |
| YUV | 215.19 | 108.14 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 180 | 0.28 | 0 | 0.26 | 0.05 | 125.22 | 0.74 | 0.82 |
| Hex | AE | F3 | B4 | 1C | 0 | 1A | 5 | 7D | 4A | 52 |
| Octal | 256 | 363 | 264 | 34 | 0 | 32 | 5 | 175 | 112 | 122 |
| Binary | 10101110 | 11110011 | 10110100 | 11100 | 0 | 11010 | 101 | 1111101 | 1001010 | 1010010 |
Color Harmonies of #AEF3B4
Complementary color
Monochromatic Colors of #AEF3B4
Black with #AEF3B4
Text Example
Text Example
White with #AEF3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF3B4; }
p { color: rgb(174,243,180); }
H1.HeaderClassName
{
color: #AEF3B4;
}
.AnyTagClassName
{
color: #AEF3B4;
}
</style>
background-color css
<style>
a { background-color: #AEF3B4; }
a { background-color: rgb(174,243,180); }
div.DivClassName
{
background-color: #AEF3B4;
}
.BgClassName
{
background-color: #AEF3B4;
}
</style>
border-color css
<style>
span { border-color: #AEF3B4; }
span { border-color: rgb(174,243,180); }
td.TdClassName
{
border-color: #AEF3B4;
}
.TagClassName
{
border-color: #AEF3B4;
}
</style>