Html Css Color HEX #149E75 Free Speech Aquamarine
📋 copy color: '#149E75'red 20 ◦ green 158 ◦ blue 117
Shades of Free Speech Aquamarine #149E75
Tints of Free Speech Aquamarine #149E75
RGB
CMYK
RGB Variations
Color information
#149E75 (or 0x149E75) is known color: Free Speech Aquamarine. HEX triplet: 14, 9E and 75. RGB value is (20,158,117). Sum of RGB (Red+Green+Blue) = 20+158+117=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #149E75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E75 is #EB618A. Grayscale: #707070. Windows color (decimal): -15425931 or 7708180. OLE color: 7708180.
HSL color Cylindrical-coordinate representation of color #149E75: hue angle of 162.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E75 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 117 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.38 |
| HSL | 162.17º | 0.78% | 0.35% | - |
| HSV(B) | 162.17º | 0.87% | 0.62% | - |
| XYZ | 15.73 | 25.89 | 21 | - |
| YUV | 112.06 | 130.78 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 117 | 0.87 | 0 | 0.26 | 0.38 | 162.17 | 0.78 | 0.35 |
| Hex | 14 | 9E | 75 | 57 | 0 | 1A | 26 | A2 | 4E | 23 |
| Octal | 24 | 236 | 165 | 127 | 0 | 32 | 46 | 242 | 116 | 43 |
| Binary | 10100 | 10011110 | 1110101 | 1010111 | 0 | 11010 | 100110 | 10100010 | 1001110 | 100011 |
Color Harmonies of #149E75
Complementary color
Monochromatic Colors of #149E75
Black with #149E75
Text Example
Text Example
White with #149E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E75; }
p { color: rgb(20,158,117); }
H1.HeaderClassName
{
color: #149E75;
}
.AnyTagClassName
{
color: #149E75;
}
</style>
background-color css
<style>
a { background-color: #149E75; }
a { background-color: rgb(20,158,117); }
div.DivClassName
{
background-color: #149E75;
}
.BgClassName
{
background-color: #149E75;
}
</style>
border-color css
<style>
span { border-color: #149E75; }
span { border-color: rgb(20,158,117); }
td.TdClassName
{
border-color: #149E75;
}
.TagClassName
{
border-color: #149E75;
}
</style>