Shades of Shadow Green #97CBC2
Tints of Shadow Green #97CBC2
RGB
CMYK
RGB Variations
Color information
#97CBC2 (or 0x97CBC2) is known color: Shadow Green. HEX triplet: 97, CB and C2. RGB value is (151,203,194). Sum of RGB (Red+Green+Blue) = 151+203+194=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBC2 is #68343D. Grayscale: #BABABA. Windows color (decimal): -6829118 or 12766103. OLE color: 12766103.
HSL color Cylindrical-coordinate representation of color #97CBC2: hue angle of 169.62º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CBC2 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 203 | 194 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.20 |
| HSL | 169.62º | 0.33% | 0.69% | - |
| HSV(B) | 169.62º | 0.26% | 0.8% | - |
| XYZ | 43.86 | 53.19 | 58.99 | - |
| YUV | 186.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 194 | 0.26 | 0 | 0.04 | 0.20 | 169.62 | 0.33 | 0.69 |
| Hex | 97 | CB | C2 | 1A | 0 | 4 | 14 | AA | 21 | 45 |
| Octal | 227 | 313 | 302 | 32 | 0 | 4 | 24 | 252 | 41 | 105 |
| Binary | 10010111 | 11001011 | 11000010 | 11010 | 0 | 100 | 10100 | 10101010 | 100001 | 1000101 |
Color Harmonies of #97CBC2
Complementary color
Monochromatic Colors of #97CBC2
Black with #97CBC2
Text Example
Text Example
White with #97CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CBC2; }
p { color: rgb(151,203,194); }
H1.HeaderClassName
{
color: #97CBC2;
}
.AnyTagClassName
{
color: #97CBC2;
}
</style>
background-color css
<style>
a { background-color: #97CBC2; }
a { background-color: rgb(151,203,194); }
div.DivClassName
{
background-color: #97CBC2;
}
.BgClassName
{
background-color: #97CBC2;
}
</style>
border-color css
<style>
span { border-color: #97CBC2; }
span { border-color: rgb(151,203,194); }
td.TdClassName
{
border-color: #97CBC2;
}
.TagClassName
{
border-color: #97CBC2;
}
</style>