Shades of Celadon #98F2B0
Tints of Celadon #98F2B0
RGB
CMYK
RGB Variations
Color information
#98F2B0 (or 0x98F2B0) is known color: Celadon. HEX triplet: 98, F2 and B0. RGB value is (152,242,176). Sum of RGB (Red+Green+Blue) = 152+242+176=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F2B0 is #670D4F. Grayscale: #CFCFCF. Windows color (decimal): -6753616 or 11596440. OLE color: 11596440.
HSL color Cylindrical-coordinate representation of color #98F2B0: hue angle of 136º degrees, saturation: 0.78, 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 #98F2B0 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 176 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.05 |
| HSL | 136º | 0.78% | 0.77% | - |
| HSV(B) | 136º | 0.37% | 0.95% | - |
| XYZ | 52.54 | 73.31 | 52.46 | - |
| YUV | 207.57 | 110.18 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 176 | 0.37 | 0 | 0.27 | 0.05 | 136 | 0.78 | 0.77 |
| Hex | 98 | F2 | B0 | 25 | 0 | 1B | 5 | 88 | 4E | 4D |
| Octal | 230 | 362 | 260 | 45 | 0 | 33 | 5 | 210 | 116 | 115 |
| Binary | 10011000 | 11110010 | 10110000 | 100101 | 0 | 11011 | 101 | 10001000 | 1001110 | 1001101 |
Color Harmonies of #98F2B0
Complementary color
Monochromatic Colors of #98F2B0
Black with #98F2B0
Text Example
Text Example
White with #98F2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F2B0; }
p { color: rgb(152,242,176); }
H1.HeaderClassName
{
color: #98F2B0;
}
.AnyTagClassName
{
color: #98F2B0;
}
</style>
background-color css
<style>
a { background-color: #98F2B0; }
a { background-color: rgb(152,242,176); }
div.DivClassName
{
background-color: #98F2B0;
}
.BgClassName
{
background-color: #98F2B0;
}
</style>
border-color css
<style>
span { border-color: #98F2B0; }
span { border-color: rgb(152,242,176); }
td.TdClassName
{
border-color: #98F2B0;
}
.TagClassName
{
border-color: #98F2B0;
}
</style>