Shades of Celadon #AEEEB3
Tints of Celadon #AEEEB3
RGB
CMYK
RGB Variations
Color information
#AEEEB3 (or 0xAEEEB3) is known color: Celadon. HEX triplet: AE, EE and B3. RGB value is (174,238,179). Sum of RGB (Red+Green+Blue) = 174+238+179=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEB3 is #51114C. Grayscale: #D4D4D4. Windows color (decimal): -5312845 or 11792046. OLE color: 11792046.
HSL color Cylindrical-coordinate representation of color #AEEEB3: hue angle of 124.69º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEB3 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 179 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.07 |
| HSL | 124.69º | 0.65% | 0.81% | - |
| HSV(B) | 124.69º | 0.27% | 0.93% | - |
| XYZ | 56.17 | 73.4 | 53.86 | - |
| YUV | 212.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 179 | 0.27 | 0 | 0.25 | 0.07 | 124.69 | 0.65 | 0.81 |
| Hex | AE | EE | B3 | 1B | 0 | 19 | 7 | 7D | 41 | 51 |
| Octal | 256 | 356 | 263 | 33 | 0 | 31 | 7 | 175 | 101 | 121 |
| Binary | 10101110 | 11101110 | 10110011 | 11011 | 0 | 11001 | 111 | 1111101 | 1000001 | 1010001 |
Color Harmonies of #AEEEB3
Complementary color
Monochromatic Colors of #AEEEB3
Black with #AEEEB3
Text Example
Text Example
White with #AEEEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEB3; }
p { color: rgb(174,238,179); }
H1.HeaderClassName
{
color: #AEEEB3;
}
.AnyTagClassName
{
color: #AEEEB3;
}
</style>
background-color css
<style>
a { background-color: #AEEEB3; }
a { background-color: rgb(174,238,179); }
div.DivClassName
{
background-color: #AEEEB3;
}
.BgClassName
{
background-color: #AEEEB3;
}
</style>
border-color css
<style>
span { border-color: #AEEEB3; }
span { border-color: rgb(174,238,179); }
td.TdClassName
{
border-color: #AEEEB3;
}
.TagClassName
{
border-color: #AEEEB3;
}
</style>