Html Css Color HEX #01996C Free Speech Aquamarine
📋 copy color: '#01996C'red 1 ◦ green 153 ◦ blue 108
Shades of Free Speech Aquamarine #01996C
Tints of Free Speech Aquamarine #01996C
RGB
CMYK
RGB Variations
Color information
#01996C (or 0x01996C) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 6C. RGB value is (1,153,108). Sum of RGB (Red+Green+Blue) = 1+153+108=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #01996C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01996C is #FE6693. Grayscale: #666666. Windows color (decimal): -16672404 or 7117057. OLE color: 7117057.
HSL color Cylindrical-coordinate representation of color #01996C: hue angle of 162.24º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01996C is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 108 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.4 |
| HSL | 162.24º | 0.99% | 0.3% | - |
| HSV(B) | 162.24º | 0.99% | 0.6% | - |
| XYZ | 14.11 | 23.87 | 18.05 | - |
| YUV | 102.42 | 131.14 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 108 | 0.99 | 0 | 0.29 | 0.4 | 162.24 | 0.99 | 0.3 |
| Hex | 1 | 99 | 6C | 63 | 0 | 1D | 28 | A2 | 63 | 1E |
| Octal | 1 | 231 | 154 | 143 | 0 | 35 | 50 | 242 | 143 | 36 |
| Binary | 1 | 10011001 | 1101100 | 1100011 | 0 | 11101 | 101000 | 10100010 | 1100011 | 11110 |
Color Harmonies of #01996C
Complementary color
Monochromatic Colors of #01996C
Black with #01996C
Text Example
Text Example
White with #01996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01996C; }
p { color: rgb(1,153,108); }
H1.HeaderClassName
{
color: #01996C;
}
.AnyTagClassName
{
color: #01996C;
}
</style>
background-color css
<style>
a { background-color: #01996C; }
a { background-color: rgb(1,153,108); }
div.DivClassName
{
background-color: #01996C;
}
.BgClassName
{
background-color: #01996C;
}
</style>
border-color css
<style>
span { border-color: #01996C; }
span { border-color: rgb(1,153,108); }
td.TdClassName
{
border-color: #01996C;
}
.TagClassName
{
border-color: #01996C;
}
</style>