Html Css Color HEX #09A07B Free Speech Aquamarine
📋 copy color: '#09A07B'red 9 ◦ green 160 ◦ blue 123
Shades of Free Speech Aquamarine #09A07B
Tints of Free Speech Aquamarine #09A07B
RGB
CMYK
RGB Variations
Color information
#09A07B (or 0x09A07B) is known color: Free Speech Aquamarine. HEX triplet: 09, A0 and 7B. RGB value is (9,160,123). Sum of RGB (Red+Green+Blue) = 9+160+123=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #09A07B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A07B is #F65F84. Grayscale: #6E6E6E. Windows color (decimal): -16146309 or 8101897. OLE color: 8101897.
HSL color Cylindrical-coordinate representation of color #09A07B: hue angle of 165.3º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A07B is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 123 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.37 |
| HSL | 165.3º | 0.89% | 0.33% | - |
| HSV(B) | 165.3º | 0.94% | 0.63% | - |
| XYZ | 16.26 | 26.63 | 23.02 | - |
| YUV | 110.63 | 134.97 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 123 | 0.94 | 0 | 0.23 | 0.37 | 165.3 | 0.89 | 0.33 |
| Hex | 9 | A0 | 7B | 5E | 0 | 17 | 25 | A5 | 59 | 21 |
| Octal | 11 | 240 | 173 | 136 | 0 | 27 | 45 | 245 | 131 | 41 |
| Binary | 1001 | 10100000 | 1111011 | 1011110 | 0 | 10111 | 100101 | 10100101 | 1011001 | 100001 |
Color Harmonies of #09A07B
Complementary color
Monochromatic Colors of #09A07B
Black with #09A07B
Text Example
Text Example
White with #09A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A07B; }
p { color: rgb(9,160,123); }
H1.HeaderClassName
{
color: #09A07B;
}
.AnyTagClassName
{
color: #09A07B;
}
</style>
background-color css
<style>
a { background-color: #09A07B; }
a { background-color: rgb(9,160,123); }
div.DivClassName
{
background-color: #09A07B;
}
.BgClassName
{
background-color: #09A07B;
}
</style>
border-color css
<style>
span { border-color: #09A07B; }
span { border-color: rgb(9,160,123); }
td.TdClassName
{
border-color: #09A07B;
}
.TagClassName
{
border-color: #09A07B;
}
</style>