Html Css Color HEX #009B74 Free Speech Aquamarine
📋 copy color: '#009B74'red 0 ◦ green 155 ◦ blue 116
Shades of Free Speech Aquamarine #009B74
Tints of Free Speech Aquamarine #009B74
RGB
CMYK
RGB Variations
Color information
#009B74 (or 0x009B74) is known color: Free Speech Aquamarine. HEX triplet: 00, 9B and 74. RGB value is (0,155,116). Sum of RGB (Red+Green+Blue) = 0+155+116=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #009B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009B74 is #FF648B. Grayscale: #686868. Windows color (decimal): -16737420 or 7641856. OLE color: 7641856.
HSL color Cylindrical-coordinate representation of color #009B74: hue angle of 164.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B74 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 155 | 116 | - |
| CMYK | 1 | 0 | 0.25 | 0.39 |
| HSL | 164.9º | 1% | 0.3% | - |
| HSV(B) | 164.9º | 1% | 0.61% | - |
| XYZ | 14.87 | 24.7 | 20.51 | - |
| YUV | 104.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 116 | 1 | 0 | 0.25 | 0.39 | 164.9 | 1 | 0.3 |
| Hex | 0 | 9B | 74 | 64 | 0 | 19 | 27 | A5 | 64 | 1E |
| Octal | 0 | 233 | 164 | 144 | 0 | 31 | 47 | 245 | 144 | 36 |
| Binary | 0 | 10011011 | 1110100 | 1100100 | 0 | 11001 | 100111 | 10100101 | 1100100 | 11110 |
Color Harmonies of #009B74
Complementary color
Monochromatic Colors of #009B74
Black with #009B74
Text Example
Text Example
White with #009B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009B74; }
p { color: rgb(0,155,116); }
H1.HeaderClassName
{
color: #009B74;
}
.AnyTagClassName
{
color: #009B74;
}
</style>
background-color css
<style>
a { background-color: #009B74; }
a { background-color: rgb(0,155,116); }
div.DivClassName
{
background-color: #009B74;
}
.BgClassName
{
background-color: #009B74;
}
</style>
border-color css
<style>
span { border-color: #009B74; }
span { border-color: rgb(0,155,116); }
td.TdClassName
{
border-color: #009B74;
}
.TagClassName
{
border-color: #009B74;
}
</style>