Html Css Color HEX #17997C Free Speech Aquamarine
📋 copy color: '#17997C'red 23 ◦ green 153 ◦ blue 124
Shades of Free Speech Aquamarine #17997C
Tints of Free Speech Aquamarine #17997C
RGB
CMYK
RGB Variations
Color information
#17997C (or 0x17997C) is known color: Free Speech Aquamarine. HEX triplet: 17, 99 and 7C. RGB value is (23,153,124). Sum of RGB (Red+Green+Blue) = 23+153+124=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #17997C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17997C is #E86683. Grayscale: #6E6E6E. Windows color (decimal): -15230596 or 8165655. OLE color: 8165655.
HSL color Cylindrical-coordinate representation of color #17997C: hue angle of 166.62º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17997C is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 153 | 124 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.4 |
| HSL | 166.62º | 0.74% | 0.35% | - |
| HSV(B) | 166.62º | 0.85% | 0.6% | - |
| XYZ | 15.38 | 24.42 | 22.97 | - |
| YUV | 110.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 124 | 0.85 | 0 | 0.19 | 0.4 | 166.62 | 0.74 | 0.35 |
| Hex | 17 | 99 | 7C | 55 | 0 | 13 | 28 | A7 | 4A | 23 |
| Octal | 27 | 231 | 174 | 125 | 0 | 23 | 50 | 247 | 112 | 43 |
| Binary | 10111 | 10011001 | 1111100 | 1010101 | 0 | 10011 | 101000 | 10100111 | 1001010 | 100011 |
Color Harmonies of #17997C
Complementary color
Monochromatic Colors of #17997C
Black with #17997C
Text Example
Text Example
White with #17997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17997C; }
p { color: rgb(23,153,124); }
H1.HeaderClassName
{
color: #17997C;
}
.AnyTagClassName
{
color: #17997C;
}
</style>
background-color css
<style>
a { background-color: #17997C; }
a { background-color: rgb(23,153,124); }
div.DivClassName
{
background-color: #17997C;
}
.BgClassName
{
background-color: #17997C;
}
</style>
border-color css
<style>
span { border-color: #17997C; }
span { border-color: rgb(23,153,124); }
td.TdClassName
{
border-color: #17997C;
}
.TagClassName
{
border-color: #17997C;
}
</style>