Shades of Celadon #98F1B0
Tints of Celadon #98F1B0
RGB
CMYK
RGB Variations
Color information
#98F1B0 (or 0x98F1B0) is known color: Celadon. HEX triplet: 98, F1 and B0. RGB value is (152,241,176). Sum of RGB (Red+Green+Blue) = 152+241+176=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F1B0 is #670E4F. Grayscale: #CFCFCF. Windows color (decimal): -6753872 or 11596184. OLE color: 11596184.
HSL color Cylindrical-coordinate representation of color #98F1B0: hue angle of 136.18º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F1B0 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 176 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.05 |
| HSL | 136.18º | 0.76% | 0.77% | - |
| HSV(B) | 136.18º | 0.37% | 0.95% | - |
| XYZ | 52.24 | 72.72 | 52.36 | - |
| YUV | 206.98 | 110.51 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 176 | 0.37 | 0 | 0.27 | 0.05 | 136.18 | 0.76 | 0.77 |
| Hex | 98 | F1 | B0 | 25 | 0 | 1B | 5 | 88 | 4C | 4D |
| Octal | 230 | 361 | 260 | 45 | 0 | 33 | 5 | 210 | 114 | 115 |
| Binary | 10011000 | 11110001 | 10110000 | 100101 | 0 | 11011 | 101 | 10001000 | 1001100 | 1001101 |
Color Harmonies of #98F1B0
Complementary color
Monochromatic Colors of #98F1B0
Black with #98F1B0
Text Example
Text Example
White with #98F1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F1B0; }
p { color: rgb(152,241,176); }
H1.HeaderClassName
{
color: #98F1B0;
}
.AnyTagClassName
{
color: #98F1B0;
}
</style>
background-color css
<style>
a { background-color: #98F1B0; }
a { background-color: rgb(152,241,176); }
div.DivClassName
{
background-color: #98F1B0;
}
.BgClassName
{
background-color: #98F1B0;
}
</style>
border-color css
<style>
span { border-color: #98F1B0; }
span { border-color: rgb(152,241,176); }
td.TdClassName
{
border-color: #98F1B0;
}
.TagClassName
{
border-color: #98F1B0;
}
</style>