Shades of Surfie Green #0C6F7B
Tints of Surfie Green #0C6F7B
RGB
CMYK
RGB Variations
Color information
#0C6F7B (or 0x0C6F7B) is known color: Surfie Green. HEX triplet: 0C, 6F and 7B. RGB value is (12,111,123). Sum of RGB (Red+Green+Blue) = 12+111+123=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C6F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6F7B is #F39084. Grayscale: #525252. Windows color (decimal): -15962245 or 8089356. OLE color: 8089356.
HSL color Cylindrical-coordinate representation of color #0C6F7B: hue angle of 186.49º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6F7B is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 12 | 111 | 123 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.52 |
| HSL | 186.49º | 0.82% | 0.26% | - |
| HSV(B) | 186.49º | 0.9% | 0.48% | - |
| XYZ | 9.41 | 12.88 | 20.73 | - |
| YUV | 82.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 111 | 123 | 0.90 | 0.10 | 0 | 0.52 | 186.49 | 0.82 | 0.26 |
| Hex | C | 6F | 7B | 5A | A | 0 | 34 | BA | 52 | 1A |
| Octal | 14 | 157 | 173 | 132 | 12 | 0 | 64 | 272 | 122 | 32 |
| Binary | 1100 | 1101111 | 1111011 | 1011010 | 1010 | 0 | 110100 | 10111010 | 1010010 | 11010 |
Color Harmonies of #0C6F7B
Complementary color
Monochromatic Colors of #0C6F7B
Black with #0C6F7B
Text Example
Text Example
White with #0C6F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6F7B; }
p { color: rgb(12,111,123); }
H1.HeaderClassName
{
color: #0C6F7B;
}
.AnyTagClassName
{
color: #0C6F7B;
}
</style>
background-color css
<style>
a { background-color: #0C6F7B; }
a { background-color: rgb(12,111,123); }
div.DivClassName
{
background-color: #0C6F7B;
}
.BgClassName
{
background-color: #0C6F7B;
}
</style>
border-color css
<style>
span { border-color: #0C6F7B; }
span { border-color: rgb(12,111,123); }
td.TdClassName
{
border-color: #0C6F7B;
}
.TagClassName
{
border-color: #0C6F7B;
}
</style>