Shades of Celadon #98F0AD
Tints of Celadon #98F0AD
RGB
CMYK
RGB Variations
Color information
#98F0AD (or 0x98F0AD) is known color: Celadon. HEX triplet: 98, F0 and AD. RGB value is (152,240,173). Sum of RGB (Red+Green+Blue) = 152+240+173=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #98F0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F0AD is #670F52. Grayscale: #CECECE. Windows color (decimal): -6754131 or 11399320. OLE color: 11399320.
HSL color Cylindrical-coordinate representation of color #98F0AD: hue angle of 134.32º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F0AD is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 240 | 173 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.06 |
| HSL | 134.32º | 0.75% | 0.77% | - |
| HSV(B) | 134.32º | 0.37% | 0.94% | - |
| XYZ | 51.65 | 72.01 | 50.71 | - |
| YUV | 206.05 | 109.35 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 240 | 173 | 0.37 | 0 | 0.28 | 0.06 | 134.32 | 0.75 | 0.77 |
| Hex | 98 | F0 | AD | 25 | 0 | 1C | 6 | 86 | 4B | 4D |
| Octal | 230 | 360 | 255 | 45 | 0 | 34 | 6 | 206 | 113 | 115 |
| Binary | 10011000 | 11110000 | 10101101 | 100101 | 0 | 11100 | 110 | 10000110 | 1001011 | 1001101 |
Color Harmonies of #98F0AD
Complementary color
Monochromatic Colors of #98F0AD
Black with #98F0AD
Text Example
Text Example
White with #98F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F0AD; }
p { color: rgb(152,240,173); }
H1.HeaderClassName
{
color: #98F0AD;
}
.AnyTagClassName
{
color: #98F0AD;
}
</style>
background-color css
<style>
a { background-color: #98F0AD; }
a { background-color: rgb(152,240,173); }
div.DivClassName
{
background-color: #98F0AD;
}
.BgClassName
{
background-color: #98F0AD;
}
</style>
border-color css
<style>
span { border-color: #98F0AD; }
span { border-color: rgb(152,240,173); }
td.TdClassName
{
border-color: #98F0AD;
}
.TagClassName
{
border-color: #98F0AD;
}
</style>