Shades of Shadow Green #98CBBD
Tints of Shadow Green #98CBBD
RGB
CMYK
RGB Variations
Color information
#98CBBD (or 0x98CBBD) is known color: Shadow Green. HEX triplet: 98, CB and BD. RGB value is (152,203,189). Sum of RGB (Red+Green+Blue) = 152+203+189=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBBD is #673442. Grayscale: #BABABA. Windows color (decimal): -6763587 or 12438424. OLE color: 12438424.
HSL color Cylindrical-coordinate representation of color #98CBBD: hue angle of 163.53º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CBBD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 189 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.20 |
| HSL | 163.53º | 0.33% | 0.7% | - |
| HSV(B) | 163.53º | 0.25% | 0.8% | - |
| XYZ | 43.49 | 53.06 | 56.09 | - |
| YUV | 186.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 189 | 0.25 | 0 | 0.07 | 0.20 | 163.53 | 0.33 | 0.7 |
| Hex | 98 | CB | BD | 19 | 0 | 7 | 14 | A4 | 21 | 46 |
| Octal | 230 | 313 | 275 | 31 | 0 | 7 | 24 | 244 | 41 | 106 |
| Binary | 10011000 | 11001011 | 10111101 | 11001 | 0 | 111 | 10100 | 10100100 | 100001 | 1000110 |
Color Harmonies of #98CBBD
Complementary color
Monochromatic Colors of #98CBBD
Black with #98CBBD
Text Example
Text Example
White with #98CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBBD; }
p { color: rgb(152,203,189); }
H1.HeaderClassName
{
color: #98CBBD;
}
.AnyTagClassName
{
color: #98CBBD;
}
</style>
background-color css
<style>
a { background-color: #98CBBD; }
a { background-color: rgb(152,203,189); }
div.DivClassName
{
background-color: #98CBBD;
}
.BgClassName
{
background-color: #98CBBD;
}
</style>
border-color css
<style>
span { border-color: #98CBBD; }
span { border-color: rgb(152,203,189); }
td.TdClassName
{
border-color: #98CBBD;
}
.TagClassName
{
border-color: #98CBBD;
}
</style>