Html Css Color HEX #069B84 Free Speech Aquamarine
📋 copy color: '#069B84'red 6 ◦ green 155 ◦ blue 132
Shades of Free Speech Aquamarine #069B84
Tints of Free Speech Aquamarine #069B84
RGB
CMYK
RGB Variations
Color information
#069B84 (or 0x069B84) is known color: Free Speech Aquamarine. HEX triplet: 06, 9B and 84. RGB value is (6,155,132). Sum of RGB (Red+Green+Blue) = 6+155+132=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #069B84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069B84 is #F9647B. Grayscale: #6B6B6B. Windows color (decimal): -16344188 or 8690438. OLE color: 8690438.
HSL color Cylindrical-coordinate representation of color #069B84: hue angle of 170.74º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069B84 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 155 | 132 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.39 |
| HSL | 170.74º | 0.93% | 0.32% | - |
| HSV(B) | 170.74º | 0.96% | 0.61% | - |
| XYZ | 15.96 | 25.15 | 25.84 | - |
| YUV | 107.83 | 141.64 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 132 | 0.96 | 0 | 0.15 | 0.39 | 170.74 | 0.93 | 0.32 |
| Hex | 6 | 9B | 84 | 60 | 0 | F | 27 | AB | 5D | 20 |
| Octal | 6 | 233 | 204 | 140 | 0 | 17 | 47 | 253 | 135 | 40 |
| Binary | 110 | 10011011 | 10000100 | 1100000 | 0 | 1111 | 100111 | 10101011 | 1011101 | 100000 |
Color Harmonies of #069B84
Complementary color
Monochromatic Colors of #069B84
Black with #069B84
Text Example
Text Example
White with #069B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069B84; }
p { color: rgb(6,155,132); }
H1.HeaderClassName
{
color: #069B84;
}
.AnyTagClassName
{
color: #069B84;
}
</style>
background-color css
<style>
a { background-color: #069B84; }
a { background-color: rgb(6,155,132); }
div.DivClassName
{
background-color: #069B84;
}
.BgClassName
{
background-color: #069B84;
}
</style>
border-color css
<style>
span { border-color: #069B84; }
span { border-color: rgb(6,155,132); }
td.TdClassName
{
border-color: #069B84;
}
.TagClassName
{
border-color: #069B84;
}
</style>