Html Css Color HEX #05997D Free Speech Aquamarine
📋 copy color: '#05997D'red 5 ◦ green 153 ◦ blue 125
Shades of Free Speech Aquamarine #05997D
Tints of Free Speech Aquamarine #05997D
RGB
CMYK
RGB Variations
Color information
#05997D (or 0x05997D) is known color: Free Speech Aquamarine. HEX triplet: 05, 99 and 7D. RGB value is (5,153,125). Sum of RGB (Red+Green+Blue) = 5+153+125=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #05997D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05997D is #FA6682. Grayscale: #696969. Windows color (decimal): -16410243 or 8231173. OLE color: 8231173.
HSL color Cylindrical-coordinate representation of color #05997D: hue angle of 168.65º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05997D is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
RGB | 5 | 153 | 125 | - |
CMYK | 0.97 | 0 | 0.18 | 0.4 |
HSL | 168.65º | 0.94% | 0.31% | - |
HSV(B) | 168.65º | 0.97% | 0.6% | - |
XYZ | 15.16 | 24.3 | 23.29 | - |
YUV | 105.56 | 138.97 | 56.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 153 | 125 | 0.97 | 0 | 0.18 | 0.4 | 168.65 | 0.94 | 0.31 |
Hex | 5 | 99 | 7D | 61 | 0 | 12 | 28 | A9 | 5E | 1F |
Octal | 5 | 231 | 175 | 141 | 0 | 22 | 50 | 251 | 136 | 37 |
Binary | 101 | 10011001 | 1111101 | 1100001 | 0 | 10010 | 101000 | 10101001 | 1011110 | 11111 |
Color Harmonies of #05997D
Complementary color
Monochromatic Colors of #05997D
Black with #05997D
Text Example
Text Example
White with #05997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05997D; }
p { color: rgb(5,153,125); }
H1.HeaderClassName
{
color: #05997D;
}
.AnyTagClassName
{
color: #05997D;
}
</style>
background-color css
<style>
a { background-color: #05997D; }
a { background-color: rgb(5,153,125); }
div.DivClassName
{
background-color: #05997D;
}
.BgClassName
{
background-color: #05997D;
}
</style>
border-color css
<style>
span { border-color: #05997D; }
span { border-color: rgb(5,153,125); }
td.TdClassName
{
border-color: #05997D;
}
.TagClassName
{
border-color: #05997D;
}
</style>