Shades of Surfie Green #0A6F7B
Tints of Surfie Green #0A6F7B
RGB
CMYK
RGB Variations
Color information
#0A6F7B (or 0x0A6F7B) is known color: Surfie Green. HEX triplet: 0A, 6F and 7B. RGB value is (10,111,123). Sum of RGB (Red+Green+Blue) = 10+111+123=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A6F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6F7B is #F59084. Grayscale: #525252. Windows color (decimal): -16093317 or 8089354. OLE color: 8089354.
HSL color Cylindrical-coordinate representation of color #0A6F7B: hue angle of 186.37º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6F7B is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 111 | 123 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.52 |
| HSL | 186.37º | 0.85% | 0.26% | - |
| HSV(B) | 186.37º | 0.92% | 0.48% | - |
| XYZ | 9.38 | 12.86 | 20.73 | - |
| YUV | 82.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 111 | 123 | 0.92 | 0.10 | 0 | 0.52 | 186.37 | 0.85 | 0.26 |
| Hex | A | 6F | 7B | 5C | A | 0 | 34 | BA | 55 | 1A |
| Octal | 12 | 157 | 173 | 134 | 12 | 0 | 64 | 272 | 125 | 32 |
| Binary | 1010 | 1101111 | 1111011 | 1011100 | 1010 | 0 | 110100 | 10111010 | 1010101 | 11010 |
Color Harmonies of #0A6F7B
Complementary color
Monochromatic Colors of #0A6F7B
Black with #0A6F7B
Text Example
Text Example
White with #0A6F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6F7B; }
p { color: rgb(10,111,123); }
H1.HeaderClassName
{
color: #0A6F7B;
}
.AnyTagClassName
{
color: #0A6F7B;
}
</style>
background-color css
<style>
a { background-color: #0A6F7B; }
a { background-color: rgb(10,111,123); }
div.DivClassName
{
background-color: #0A6F7B;
}
.BgClassName
{
background-color: #0A6F7B;
}
</style>
border-color css
<style>
span { border-color: #0A6F7B; }
span { border-color: rgb(10,111,123); }
td.TdClassName
{
border-color: #0A6F7B;
}
.TagClassName
{
border-color: #0A6F7B;
}
</style>