Html Css Color HEX #00996B Free Speech Aquamarine
📋 copy color: '#00996B'red 0 ◦ green 153 ◦ blue 107
Shades of Free Speech Aquamarine #00996B
Tints of Free Speech Aquamarine #00996B
RGB
CMYK
RGB Variations
Color information
#00996B (or 0x00996B) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 6B. RGB value is (0,153,107). Sum of RGB (Red+Green+Blue) = 0+153+107=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #00996B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00996B is #FF6694. Grayscale: #666666. Windows color (decimal): -16737941 or 7051520. OLE color: 7051520.
HSL color Cylindrical-coordinate representation of color #00996B: hue angle of 161.96º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00996B is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 107 | - |
| CMYK | 1 | 0 | 0.30 | 0.4 |
| HSL | 161.96º | 1% | 0.3% | - |
| HSV(B) | 161.96º | 1% | 0.6% | - |
| XYZ | 14.05 | 23.84 | 17.77 | - |
| YUV | 102.01 | 130.81 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 107 | 1 | 0 | 0.30 | 0.4 | 161.96 | 1 | 0.3 |
| Hex | 0 | 99 | 6B | 64 | 0 | 1E | 28 | A2 | 64 | 1E |
| Octal | 0 | 231 | 153 | 144 | 0 | 36 | 50 | 242 | 144 | 36 |
| Binary | 0 | 10011001 | 1101011 | 1100100 | 0 | 11110 | 101000 | 10100010 | 1100100 | 11110 |
Color Harmonies of #00996B
Complementary color
Monochromatic Colors of #00996B
Black with #00996B
Text Example
Text Example
White with #00996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00996B; }
p { color: rgb(0,153,107); }
H1.HeaderClassName
{
color: #00996B;
}
.AnyTagClassName
{
color: #00996B;
}
</style>
background-color css
<style>
a { background-color: #00996B; }
a { background-color: rgb(0,153,107); }
div.DivClassName
{
background-color: #00996B;
}
.BgClassName
{
background-color: #00996B;
}
</style>
border-color css
<style>
span { border-color: #00996B; }
span { border-color: rgb(0,153,107); }
td.TdClassName
{
border-color: #00996B;
}
.TagClassName
{
border-color: #00996B;
}
</style>