Html Css Color HEX #10A67B Free Speech Aquamarine
📋 copy color: '#10A67B'red 16 ◦ green 166 ◦ blue 123
Shades of Free Speech Aquamarine #10A67B
Tints of Free Speech Aquamarine #10A67B
RGB
CMYK
RGB Variations
Color information
#10A67B (or 0x10A67B) is known color: Free Speech Aquamarine. HEX triplet: 10, A6 and 7B. RGB value is (16,166,123). Sum of RGB (Red+Green+Blue) = 16+166+123=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #10A67B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A67B is #EF5984. Grayscale: #747474. Windows color (decimal): -15686021 or 8103440. OLE color: 8103440.
HSL color Cylindrical-coordinate representation of color #10A67B: hue angle of 162.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A67B is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 123 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.35 |
| HSL | 162.8º | 0.82% | 0.36% | - |
| HSV(B) | 162.8º | 0.9% | 0.65% | - |
| XYZ | 17.43 | 28.81 | 23.38 | - |
| YUV | 116.25 | 131.81 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 123 | 0.90 | 0 | 0.26 | 0.35 | 162.8 | 0.82 | 0.36 |
| Hex | 10 | A6 | 7B | 5A | 0 | 1A | 23 | A3 | 52 | 24 |
| Octal | 20 | 246 | 173 | 132 | 0 | 32 | 43 | 243 | 122 | 44 |
| Binary | 10000 | 10100110 | 1111011 | 1011010 | 0 | 11010 | 100011 | 10100011 | 1010010 | 100100 |
Color Harmonies of #10A67B
Complementary color
Monochromatic Colors of #10A67B
Black with #10A67B
Text Example
Text Example
White with #10A67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A67B; }
p { color: rgb(16,166,123); }
H1.HeaderClassName
{
color: #10A67B;
}
.AnyTagClassName
{
color: #10A67B;
}
</style>
background-color css
<style>
a { background-color: #10A67B; }
a { background-color: rgb(16,166,123); }
div.DivClassName
{
background-color: #10A67B;
}
.BgClassName
{
background-color: #10A67B;
}
</style>
border-color css
<style>
span { border-color: #10A67B; }
span { border-color: rgb(16,166,123); }
td.TdClassName
{
border-color: #10A67B;
}
.TagClassName
{
border-color: #10A67B;
}
</style>