Shades of Surfie Green #0A717D
Tints of Surfie Green #0A717D
RGB
CMYK
RGB Variations
Color information
#0A717D (or 0x0A717D) is known color: Surfie Green. HEX triplet: 0A, 71 and 7D. RGB value is (10,113,125). Sum of RGB (Red+Green+Blue) = 10+113+125=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A717D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A717D is #F58E82. Grayscale: #535353. Windows color (decimal): -16092803 or 8220938. OLE color: 8220938.
HSL color Cylindrical-coordinate representation of color #0A717D: hue angle of 186.26º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A717D is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 113 | 125 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.51 |
| HSL | 186.26º | 0.85% | 0.26% | - |
| HSV(B) | 186.26º | 0.92% | 0.49% | - |
| XYZ | 9.73 | 13.36 | 21.47 | - |
| YUV | 83.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 113 | 125 | 0.92 | 0.10 | 0 | 0.51 | 186.26 | 0.85 | 0.26 |
| Hex | A | 71 | 7D | 5C | A | 0 | 33 | BA | 55 | 1A |
| Octal | 12 | 161 | 175 | 134 | 12 | 0 | 63 | 272 | 125 | 32 |
| Binary | 1010 | 1110001 | 1111101 | 1011100 | 1010 | 0 | 110011 | 10111010 | 1010101 | 11010 |
Color Harmonies of #0A717D
Complementary color
Monochromatic Colors of #0A717D
Black with #0A717D
Text Example
Text Example
White with #0A717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A717D; }
p { color: rgb(10,113,125); }
H1.HeaderClassName
{
color: #0A717D;
}
.AnyTagClassName
{
color: #0A717D;
}
</style>
background-color css
<style>
a { background-color: #0A717D; }
a { background-color: rgb(10,113,125); }
div.DivClassName
{
background-color: #0A717D;
}
.BgClassName
{
background-color: #0A717D;
}
</style>
border-color css
<style>
span { border-color: #0A717D; }
span { border-color: rgb(10,113,125); }
td.TdClassName
{
border-color: #0A717D;
}
.TagClassName
{
border-color: #0A717D;
}
</style>