Html Css Color HEX #0D957D Free Speech Aquamarine
📋 copy color: '#0D957D'red 13 ◦ green 149 ◦ blue 125
Shades of Free Speech Aquamarine #0D957D
Tints of Free Speech Aquamarine #0D957D
RGB
CMYK
RGB Variations
Color information
#0D957D (or 0x0D957D) is known color: Free Speech Aquamarine. HEX triplet: 0D, 95 and 7D. RGB value is (13,149,125). Sum of RGB (Red+Green+Blue) = 13+149+125=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #0D957D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D957D is #F26A82. Grayscale: #696969. Windows color (decimal): -15886979 or 8230157. OLE color: 8230157.
HSL color Cylindrical-coordinate representation of color #0D957D: hue angle of 169.41º 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 #0D957D is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 125 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.42 |
| HSL | 169.41º | 0.84% | 0.32% | - |
| HSV(B) | 169.41º | 0.91% | 0.58% | - |
| XYZ | 14.62 | 23.06 | 23.08 | - |
| YUV | 105.6 | 138.94 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 125 | 0.91 | 0 | 0.16 | 0.42 | 169.41 | 0.84 | 0.32 |
| Hex | D | 95 | 7D | 5B | 0 | 10 | 2A | A9 | 54 | 20 |
| Octal | 15 | 225 | 175 | 133 | 0 | 20 | 52 | 251 | 124 | 40 |
| Binary | 1101 | 10010101 | 1111101 | 1011011 | 0 | 10000 | 101010 | 10101001 | 1010100 | 100000 |
Color Harmonies of #0D957D
Complementary color
Monochromatic Colors of #0D957D
Black with #0D957D
Text Example
Text Example
White with #0D957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D957D; }
p { color: rgb(13,149,125); }
H1.HeaderClassName
{
color: #0D957D;
}
.AnyTagClassName
{
color: #0D957D;
}
</style>
background-color css
<style>
a { background-color: #0D957D; }
a { background-color: rgb(13,149,125); }
div.DivClassName
{
background-color: #0D957D;
}
.BgClassName
{
background-color: #0D957D;
}
</style>
border-color css
<style>
span { border-color: #0D957D; }
span { border-color: rgb(13,149,125); }
td.TdClassName
{
border-color: #0D957D;
}
.TagClassName
{
border-color: #0D957D;
}
</style>