Html Css Color HEX #089C7B Free Speech Aquamarine
📋 copy color: '#089C7B'red 8 ◦ green 156 ◦ blue 123
Shades of Free Speech Aquamarine #089C7B
Tints of Free Speech Aquamarine #089C7B
RGB
CMYK
RGB Variations
Color information
#089C7B (or 0x089C7B) is known color: Free Speech Aquamarine. HEX triplet: 08, 9C and 7B. RGB value is (8,156,123). Sum of RGB (Red+Green+Blue) = 8+156+123=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #089C7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089C7B is #F76384. Grayscale: #6B6B6B. Windows color (decimal): -16212869 or 8100872. OLE color: 8100872.
HSL color Cylindrical-coordinate representation of color #089C7B: hue angle of 166.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089C7B is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 156 | 123 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.39 |
| HSL | 166.62º | 0.9% | 0.32% | - |
| HSV(B) | 166.62º | 0.95% | 0.61% | - |
| XYZ | 15.56 | 25.26 | 22.79 | - |
| YUV | 107.99 | 136.47 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 123 | 0.95 | 0 | 0.21 | 0.39 | 166.62 | 0.9 | 0.32 |
| Hex | 8 | 9C | 7B | 5F | 0 | 15 | 27 | A7 | 5A | 20 |
| Octal | 10 | 234 | 173 | 137 | 0 | 25 | 47 | 247 | 132 | 40 |
| Binary | 1000 | 10011100 | 1111011 | 1011111 | 0 | 10101 | 100111 | 10100111 | 1011010 | 100000 |
Color Harmonies of #089C7B
Complementary color
Monochromatic Colors of #089C7B
Black with #089C7B
Text Example
Text Example
White with #089C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089C7B; }
p { color: rgb(8,156,123); }
H1.HeaderClassName
{
color: #089C7B;
}
.AnyTagClassName
{
color: #089C7B;
}
</style>
background-color css
<style>
a { background-color: #089C7B; }
a { background-color: rgb(8,156,123); }
div.DivClassName
{
background-color: #089C7B;
}
.BgClassName
{
background-color: #089C7B;
}
</style>
border-color css
<style>
span { border-color: #089C7B; }
span { border-color: rgb(8,156,123); }
td.TdClassName
{
border-color: #089C7B;
}
.TagClassName
{
border-color: #089C7B;
}
</style>