Shades of Surfie Green #0A717C
Tints of Surfie Green #0A717C
RGB
CMYK
RGB Variations
Color information
#0A717C (or 0x0A717C) is known color: Surfie Green. HEX triplet: 0A, 71 and 7C. RGB value is (10,113,124). Sum of RGB (Red+Green+Blue) = 10+113+124=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A717C is #F58E83. Grayscale: #535353. Windows color (decimal): -16092804 or 8155402. OLE color: 8155402.
HSL color Cylindrical-coordinate representation of color #0A717C: hue angle of 185.79º 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 #0A717C is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 113 | 124 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.51 |
| HSL | 185.79º | 0.85% | 0.26% | - |
| HSV(B) | 185.79º | 0.92% | 0.49% | - |
| XYZ | 9.67 | 13.33 | 21.13 | - |
| YUV | 83.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 113 | 124 | 0.92 | 0.09 | 0 | 0.51 | 185.79 | 0.85 | 0.26 |
| Hex | A | 71 | 7C | 5C | 9 | 0 | 33 | BA | 55 | 1A |
| Octal | 12 | 161 | 174 | 134 | 11 | 0 | 63 | 272 | 125 | 32 |
| Binary | 1010 | 1110001 | 1111100 | 1011100 | 1001 | 0 | 110011 | 10111010 | 1010101 | 11010 |
Color Harmonies of #0A717C
Complementary color
Monochromatic Colors of #0A717C
Black with #0A717C
Text Example
Text Example
White with #0A717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A717C; }
p { color: rgb(10,113,124); }
H1.HeaderClassName
{
color: #0A717C;
}
.AnyTagClassName
{
color: #0A717C;
}
</style>
background-color css
<style>
a { background-color: #0A717C; }
a { background-color: rgb(10,113,124); }
div.DivClassName
{
background-color: #0A717C;
}
.BgClassName
{
background-color: #0A717C;
}
</style>
border-color css
<style>
span { border-color: #0A717C; }
span { border-color: rgb(10,113,124); }
td.TdClassName
{
border-color: #0A717C;
}
.TagClassName
{
border-color: #0A717C;
}
</style>