Html Css Color HEX #0D957B Free Speech Aquamarine
📋 copy color: '#0D957B'red 13 ◦ green 149 ◦ blue 123
Shades of Free Speech Aquamarine #0D957B
Tints of Free Speech Aquamarine #0D957B
RGB
CMYK
RGB Variations
Color information
#0D957B (or 0x0D957B) is known color: Free Speech Aquamarine. HEX triplet: 0D, 95 and 7B. RGB value is (13,149,123). Sum of RGB (Red+Green+Blue) = 13+149+123=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #0D957B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D957B is #F26A84. Grayscale: #696969. Windows color (decimal): -15886981 or 8099085. OLE color: 8099085.
HSL color Cylindrical-coordinate representation of color #0D957B: hue angle of 168.53º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D957B is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 123 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.42 |
| HSL | 168.53º | 0.84% | 0.32% | - |
| HSV(B) | 168.53º | 0.91% | 0.58% | - |
| XYZ | 14.49 | 23.01 | 22.42 | - |
| YUV | 105.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 123 | 0.91 | 0 | 0.17 | 0.42 | 168.53 | 0.84 | 0.32 |
| Hex | D | 95 | 7B | 5B | 0 | 11 | 2A | A9 | 54 | 20 |
| Octal | 15 | 225 | 173 | 133 | 0 | 21 | 52 | 251 | 124 | 40 |
| Binary | 1101 | 10010101 | 1111011 | 1011011 | 0 | 10001 | 101010 | 10101001 | 1010100 | 100000 |
Color Harmonies of #0D957B
Complementary color
Monochromatic Colors of #0D957B
Black with #0D957B
Text Example
Text Example
White with #0D957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D957B; }
p { color: rgb(13,149,123); }
H1.HeaderClassName
{
color: #0D957B;
}
.AnyTagClassName
{
color: #0D957B;
}
</style>
background-color css
<style>
a { background-color: #0D957B; }
a { background-color: rgb(13,149,123); }
div.DivClassName
{
background-color: #0D957B;
}
.BgClassName
{
background-color: #0D957B;
}
</style>
border-color css
<style>
span { border-color: #0D957B; }
span { border-color: rgb(13,149,123); }
td.TdClassName
{
border-color: #0D957B;
}
.TagClassName
{
border-color: #0D957B;
}
</style>