Shades of Celadon #AEF1B4
Tints of Celadon #AEF1B4
RGB
CMYK
RGB Variations
Color information
#AEF1B4 (or 0xAEF1B4) is known color: Celadon. HEX triplet: AE, F1 and B4. RGB value is (174,241,180). Sum of RGB (Red+Green+Blue) = 174+241+180=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1B4 is #510E4B. Grayscale: #D6D6D6. Windows color (decimal): -5312076 or 11858350. OLE color: 11858350.
HSL color Cylindrical-coordinate representation of color #AEF1B4: hue angle of 125.37º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1B4 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 180 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.05 |
| HSL | 125.37º | 0.71% | 0.81% | - |
| HSV(B) | 125.37º | 0.28% | 0.95% | - |
| XYZ | 57.15 | 75.2 | 54.68 | - |
| YUV | 214.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 180 | 0.28 | 0 | 0.25 | 0.05 | 125.37 | 0.71 | 0.81 |
| Hex | AE | F1 | B4 | 1C | 0 | 19 | 5 | 7D | 47 | 51 |
| Octal | 256 | 361 | 264 | 34 | 0 | 31 | 5 | 175 | 107 | 121 |
| Binary | 10101110 | 11110001 | 10110100 | 11100 | 0 | 11001 | 101 | 1111101 | 1000111 | 1010001 |
Color Harmonies of #AEF1B4
Complementary color
Monochromatic Colors of #AEF1B4
Black with #AEF1B4
Text Example
Text Example
White with #AEF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1B4; }
p { color: rgb(174,241,180); }
H1.HeaderClassName
{
color: #AEF1B4;
}
.AnyTagClassName
{
color: #AEF1B4;
}
</style>
background-color css
<style>
a { background-color: #AEF1B4; }
a { background-color: rgb(174,241,180); }
div.DivClassName
{
background-color: #AEF1B4;
}
.BgClassName
{
background-color: #AEF1B4;
}
</style>
border-color css
<style>
span { border-color: #AEF1B4; }
span { border-color: rgb(174,241,180); }
td.TdClassName
{
border-color: #AEF1B4;
}
.TagClassName
{
border-color: #AEF1B4;
}
</style>