Shades of Dark Sea Green #97CB90
Tints of Dark Sea Green #97CB90
RGB
CMYK
RGB Variations
Color information
#97CB90 (or 0x97CB90) is known color: Dark Sea Green. HEX triplet: 97, CB and 90. RGB value is (151,203,144). Sum of RGB (Red+Green+Blue) = 151+203+144=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #97CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CB90 is #68346F. Grayscale: #B4B4B4. Windows color (decimal): -6829168 or 9489303. OLE color: 9489303.
HSL color Cylindrical-coordinate representation of color #97CB90: hue angle of 112.88º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97CB90 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 203 | 144 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.20 |
| HSL | 112.88º | 0.36% | 0.68% | - |
| HSV(B) | 112.88º | 0.29% | 0.8% | - |
| XYZ | 39.15 | 51.3 | 34.22 | - |
| YUV | 180.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 144 | 0.26 | 0 | 0.29 | 0.20 | 112.88 | 0.36 | 0.68 |
| Hex | 97 | CB | 90 | 1A | 0 | 1D | 14 | 71 | 24 | 44 |
| Octal | 227 | 313 | 220 | 32 | 0 | 35 | 24 | 161 | 44 | 104 |
| Binary | 10010111 | 11001011 | 10010000 | 11010 | 0 | 11101 | 10100 | 1110001 | 100100 | 1000100 |
Color Harmonies of #97CB90
Complementary color
Monochromatic Colors of #97CB90
Black with #97CB90
Text Example
Text Example
White with #97CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CB90; }
p { color: rgb(151,203,144); }
H1.HeaderClassName
{
color: #97CB90;
}
.AnyTagClassName
{
color: #97CB90;
}
</style>
background-color css
<style>
a { background-color: #97CB90; }
a { background-color: rgb(151,203,144); }
div.DivClassName
{
background-color: #97CB90;
}
.BgClassName
{
background-color: #97CB90;
}
</style>
border-color css
<style>
span { border-color: #97CB90; }
span { border-color: rgb(151,203,144); }
td.TdClassName
{
border-color: #97CB90;
}
.TagClassName
{
border-color: #97CB90;
}
</style>