Html Css Color HEX #01997B Free Speech Aquamarine
📋 copy color: '#01997B'red 1 ◦ green 153 ◦ blue 123
Shades of Free Speech Aquamarine #01997B
Tints of Free Speech Aquamarine #01997B
RGB
CMYK
RGB Variations
Color information
#01997B (or 0x01997B) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 7B. RGB value is (1,153,123). Sum of RGB (Red+Green+Blue) = 1+153+123=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #01997B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01997B is #FE6684. Grayscale: #686868. Windows color (decimal): -16672389 or 8100097. OLE color: 8100097.
HSL color Cylindrical-coordinate representation of color #01997B: hue angle of 168.16º 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 #01997B is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 123 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.4 |
| HSL | 168.16º | 0.99% | 0.3% | - |
| HSV(B) | 168.16º | 0.99% | 0.6% | - |
| XYZ | 14.98 | 24.22 | 22.62 | - |
| YUV | 104.13 | 138.64 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 123 | 0.99 | 0 | 0.20 | 0.4 | 168.16 | 0.99 | 0.3 |
| Hex | 1 | 99 | 7B | 63 | 0 | 14 | 28 | A8 | 63 | 1E |
| Octal | 1 | 231 | 173 | 143 | 0 | 24 | 50 | 250 | 143 | 36 |
| Binary | 1 | 10011001 | 1111011 | 1100011 | 0 | 10100 | 101000 | 10101000 | 1100011 | 11110 |
Color Harmonies of #01997B
Complementary color
Monochromatic Colors of #01997B
Black with #01997B
Text Example
Text Example
White with #01997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01997B; }
p { color: rgb(1,153,123); }
H1.HeaderClassName
{
color: #01997B;
}
.AnyTagClassName
{
color: #01997B;
}
</style>
background-color css
<style>
a { background-color: #01997B; }
a { background-color: rgb(1,153,123); }
div.DivClassName
{
background-color: #01997B;
}
.BgClassName
{
background-color: #01997B;
}
</style>
border-color css
<style>
span { border-color: #01997B; }
span { border-color: rgb(1,153,123); }
td.TdClassName
{
border-color: #01997B;
}
.TagClassName
{
border-color: #01997B;
}
</style>