Shades of Dark Sea Green #9BBE9A
Tints of Dark Sea Green #9BBE9A
RGB
CMYK
RGB Variations
Color information
#9BBE9A (or 0x9BBE9A) is known color: Dark Sea Green. HEX triplet: 9B, BE and 9A. RGB value is (155,190,154). Sum of RGB (Red+Green+Blue) = 155+190+154=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE9A is #644165. Grayscale: #AFAFAF. Windows color (decimal): -6570342 or 10141339. OLE color: 10141339.
HSL color Cylindrical-coordinate representation of color #9BBE9A: hue angle of 118.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBE9A is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 154 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.25 |
| HSL | 118.33º | 0.22% | 0.67% | - |
| HSV(B) | 118.33º | 0.19% | 0.75% | - |
| XYZ | 37.76 | 46.13 | 37.49 | - |
| YUV | 175.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 154 | 0.18 | 0 | 0.19 | 0.25 | 118.33 | 0.22 | 0.67 |
| Hex | 9B | BE | 9A | 12 | 0 | 13 | 19 | 76 | 16 | 43 |
| Octal | 233 | 276 | 232 | 22 | 0 | 23 | 31 | 166 | 26 | 103 |
| Binary | 10011011 | 10111110 | 10011010 | 10010 | 0 | 10011 | 11001 | 1110110 | 10110 | 1000011 |
Color Harmonies of #9BBE9A
Complementary color
Monochromatic Colors of #9BBE9A
Black with #9BBE9A
Text Example
Text Example
White with #9BBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE9A; }
p { color: rgb(155,190,154); }
H1.HeaderClassName
{
color: #9BBE9A;
}
.AnyTagClassName
{
color: #9BBE9A;
}
</style>
background-color css
<style>
a { background-color: #9BBE9A; }
a { background-color: rgb(155,190,154); }
div.DivClassName
{
background-color: #9BBE9A;
}
.BgClassName
{
background-color: #9BBE9A;
}
</style>
border-color css
<style>
span { border-color: #9BBE9A; }
span { border-color: rgb(155,190,154); }
td.TdClassName
{
border-color: #9BBE9A;
}
.TagClassName
{
border-color: #9BBE9A;
}
</style>