Html Css Color HEX #01997D Free Speech Aquamarine
📋 copy color: '#01997D'red 1 ◦ green 153 ◦ blue 125
Shades of Free Speech Aquamarine #01997D
Tints of Free Speech Aquamarine #01997D
RGB
CMYK
RGB Variations
Color information
#01997D (or 0x01997D) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 7D. RGB value is (1,153,125). Sum of RGB (Red+Green+Blue) = 1+153+125=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #01997D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01997D is #FE6682. Grayscale: #686868. Windows color (decimal): -16672387 or 8231169. OLE color: 8231169.
HSL color Cylindrical-coordinate representation of color #01997D: hue angle of 168.95º 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 #01997D is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 125 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.4 |
| HSL | 168.95º | 0.99% | 0.3% | - |
| HSV(B) | 168.95º | 0.99% | 0.6% | - |
| XYZ | 15.11 | 24.27 | 23.29 | - |
| YUV | 104.36 | 139.64 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 125 | 0.99 | 0 | 0.18 | 0.4 | 168.95 | 0.99 | 0.3 |
| Hex | 1 | 99 | 7D | 63 | 0 | 12 | 28 | A9 | 63 | 1E |
| Octal | 1 | 231 | 175 | 143 | 0 | 22 | 50 | 251 | 143 | 36 |
| Binary | 1 | 10011001 | 1111101 | 1100011 | 0 | 10010 | 101000 | 10101001 | 1100011 | 11110 |
Color Harmonies of #01997D
Complementary color
Monochromatic Colors of #01997D
Black with #01997D
Text Example
Text Example
White with #01997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01997D; }
p { color: rgb(1,153,125); }
H1.HeaderClassName
{
color: #01997D;
}
.AnyTagClassName
{
color: #01997D;
}
</style>
background-color css
<style>
a { background-color: #01997D; }
a { background-color: rgb(1,153,125); }
div.DivClassName
{
background-color: #01997D;
}
.BgClassName
{
background-color: #01997D;
}
</style>
border-color css
<style>
span { border-color: #01997D; }
span { border-color: rgb(1,153,125); }
td.TdClassName
{
border-color: #01997D;
}
.TagClassName
{
border-color: #01997D;
}
</style>