Html Css Color HEX #0D977C Free Speech Aquamarine
📋 copy color: '#0D977C'red 13 ◦ green 151 ◦ blue 124
Shades of Free Speech Aquamarine #0D977C
Tints of Free Speech Aquamarine #0D977C
RGB
CMYK
RGB Variations
Color information
#0D977C (or 0x0D977C) is known color: Free Speech Aquamarine. HEX triplet: 0D, 97 and 7C. RGB value is (13,151,124). Sum of RGB (Red+Green+Blue) = 13+151+124=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #0D977C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D977C is #F26883. Grayscale: #6A6A6A. Windows color (decimal): -15886468 or 8165133. OLE color: 8165133.
HSL color Cylindrical-coordinate representation of color #0D977C: hue angle of 168.26º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D977C is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 151 | 124 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.41 |
| HSL | 168.26º | 0.84% | 0.32% | - |
| HSV(B) | 168.26º | 0.91% | 0.59% | - |
| XYZ | 14.87 | 23.67 | 22.85 | - |
| YUV | 106.66 | 137.78 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 124 | 0.91 | 0 | 0.18 | 0.41 | 168.26 | 0.84 | 0.32 |
| Hex | D | 97 | 7C | 5B | 0 | 12 | 29 | A8 | 54 | 20 |
| Octal | 15 | 227 | 174 | 133 | 0 | 22 | 51 | 250 | 124 | 40 |
| Binary | 1101 | 10010111 | 1111100 | 1011011 | 0 | 10010 | 101001 | 10101000 | 1010100 | 100000 |
Color Harmonies of #0D977C
Complementary color
Monochromatic Colors of #0D977C
Black with #0D977C
Text Example
Text Example
White with #0D977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D977C; }
p { color: rgb(13,151,124); }
H1.HeaderClassName
{
color: #0D977C;
}
.AnyTagClassName
{
color: #0D977C;
}
</style>
background-color css
<style>
a { background-color: #0D977C; }
a { background-color: rgb(13,151,124); }
div.DivClassName
{
background-color: #0D977C;
}
.BgClassName
{
background-color: #0D977C;
}
</style>
border-color css
<style>
span { border-color: #0D977C; }
span { border-color: rgb(13,151,124); }
td.TdClassName
{
border-color: #0D977C;
}
.TagClassName
{
border-color: #0D977C;
}
</style>