Shades of Shadow Green #98CBBF
Tints of Shadow Green #98CBBF
RGB
CMYK
RGB Variations
Color information
#98CBBF (or 0x98CBBF) is known color: Shadow Green. HEX triplet: 98, CB and BF. RGB value is (152,203,191). Sum of RGB (Red+Green+Blue) = 152+203+191=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBBF is #673440. Grayscale: #BABABA. Windows color (decimal): -6763585 or 12569496. OLE color: 12569496.
HSL color Cylindrical-coordinate representation of color #98CBBF: hue angle of 165.88º 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 #98CBBF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 191 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.20 |
| HSL | 165.88º | 0.33% | 0.7% | - |
| HSV(B) | 165.88º | 0.25% | 0.8% | - |
| XYZ | 43.71 | 53.15 | 57.25 | - |
| YUV | 186.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 191 | 0.25 | 0 | 0.06 | 0.20 | 165.88 | 0.33 | 0.7 |
| Hex | 98 | CB | BF | 19 | 0 | 6 | 14 | A6 | 21 | 46 |
| Octal | 230 | 313 | 277 | 31 | 0 | 6 | 24 | 246 | 41 | 106 |
| Binary | 10011000 | 11001011 | 10111111 | 11001 | 0 | 110 | 10100 | 10100110 | 100001 | 1000110 |
Color Harmonies of #98CBBF
Complementary color
Monochromatic Colors of #98CBBF
Black with #98CBBF
Text Example
Text Example
White with #98CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBBF; }
p { color: rgb(152,203,191); }
H1.HeaderClassName
{
color: #98CBBF;
}
.AnyTagClassName
{
color: #98CBBF;
}
</style>
background-color css
<style>
a { background-color: #98CBBF; }
a { background-color: rgb(152,203,191); }
div.DivClassName
{
background-color: #98CBBF;
}
.BgClassName
{
background-color: #98CBBF;
}
</style>
border-color css
<style>
span { border-color: #98CBBF; }
span { border-color: rgb(152,203,191); }
td.TdClassName
{
border-color: #98CBBF;
}
.TagClassName
{
border-color: #98CBBF;
}
</style>