Html Css Color HEX #0B997B Free Speech Aquamarine
📋 copy color: '#0B997B'red 11 ◦ green 153 ◦ blue 123
Shades of Free Speech Aquamarine #0B997B
Tints of Free Speech Aquamarine #0B997B
RGB
CMYK
RGB Variations
Color information
#0B997B (or 0x0B997B) is known color: Free Speech Aquamarine. HEX triplet: 0B, 99 and 7B. RGB value is (11,153,123). Sum of RGB (Red+Green+Blue) = 11+153+123=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #0B997B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B997B is #F46684. Grayscale: #6B6B6B. Windows color (decimal): -16017029 or 8100107. OLE color: 8100107.
HSL color Cylindrical-coordinate representation of color #0B997B: hue angle of 167.32º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B997B is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 153 | 123 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.4 |
| HSL | 167.32º | 0.87% | 0.32% | - |
| HSV(B) | 167.32º | 0.93% | 0.6% | - |
| XYZ | 15.1 | 24.28 | 22.63 | - |
| YUV | 107.12 | 136.96 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 123 | 0.93 | 0 | 0.20 | 0.4 | 167.32 | 0.87 | 0.32 |
| Hex | B | 99 | 7B | 5D | 0 | 14 | 28 | A7 | 57 | 20 |
| Octal | 13 | 231 | 173 | 135 | 0 | 24 | 50 | 247 | 127 | 40 |
| Binary | 1011 | 10011001 | 1111011 | 1011101 | 0 | 10100 | 101000 | 10100111 | 1010111 | 100000 |
Color Harmonies of #0B997B
Complementary color
Monochromatic Colors of #0B997B
Black with #0B997B
Text Example
Text Example
White with #0B997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B997B; }
p { color: rgb(11,153,123); }
H1.HeaderClassName
{
color: #0B997B;
}
.AnyTagClassName
{
color: #0B997B;
}
</style>
background-color css
<style>
a { background-color: #0B997B; }
a { background-color: rgb(11,153,123); }
div.DivClassName
{
background-color: #0B997B;
}
.BgClassName
{
background-color: #0B997B;
}
</style>
border-color css
<style>
span { border-color: #0B997B; }
span { border-color: rgb(11,153,123); }
td.TdClassName
{
border-color: #0B997B;
}
.TagClassName
{
border-color: #0B997B;
}
</style>