Html Css Color HEX #149B7A Free Speech Aquamarine
📋 copy color: '#149B7A'red 20 ◦ green 155 ◦ blue 122
Shades of Free Speech Aquamarine #149B7A
Tints of Free Speech Aquamarine #149B7A
RGB
CMYK
RGB Variations
Color information
#149B7A (or 0x149B7A) is known color: Free Speech Aquamarine. HEX triplet: 14, 9B and 7A. RGB value is (20,155,122). Sum of RGB (Red+Green+Blue) = 20+155+122=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #149B7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149B7A is #EB6485. Grayscale: #6E6E6E. Windows color (decimal): -15426694 or 8035092. OLE color: 8035092.
HSL color Cylindrical-coordinate representation of color #149B7A: hue angle of 165.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B7A is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 155 | 122 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.39 |
| HSL | 165.33º | 0.77% | 0.34% | - |
| HSV(B) | 165.33º | 0.87% | 0.61% | - |
| XYZ | 15.52 | 25 | 22.42 | - |
| YUV | 110.87 | 134.27 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 122 | 0.87 | 0 | 0.21 | 0.39 | 165.33 | 0.77 | 0.34 |
| Hex | 14 | 9B | 7A | 57 | 0 | 15 | 27 | A5 | 4D | 22 |
| Octal | 24 | 233 | 172 | 127 | 0 | 25 | 47 | 245 | 115 | 42 |
| Binary | 10100 | 10011011 | 1111010 | 1010111 | 0 | 10101 | 100111 | 10100101 | 1001101 | 100010 |
Color Harmonies of #149B7A
Complementary color
Monochromatic Colors of #149B7A
Black with #149B7A
Text Example
Text Example
White with #149B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149B7A; }
p { color: rgb(20,155,122); }
H1.HeaderClassName
{
color: #149B7A;
}
.AnyTagClassName
{
color: #149B7A;
}
</style>
background-color css
<style>
a { background-color: #149B7A; }
a { background-color: rgb(20,155,122); }
div.DivClassName
{
background-color: #149B7A;
}
.BgClassName
{
background-color: #149B7A;
}
</style>
border-color css
<style>
span { border-color: #149B7A; }
span { border-color: rgb(20,155,122); }
td.TdClassName
{
border-color: #149B7A;
}
.TagClassName
{
border-color: #149B7A;
}
</style>