Shades of Surfie Green #0C8275
Tints of Surfie Green #0C8275
RGB
CMYK
RGB Variations
Color information
#0C8275 (or 0x0C8275) is known color: Surfie Green. HEX triplet: 0C, 82 and 75. RGB value is (12,130,117). Sum of RGB (Red+Green+Blue) = 12+130+117=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8275 is #F37D8A. Grayscale: #5D5D5D. Windows color (decimal): -15957387 or 7701004. OLE color: 7701004.
HSL color Cylindrical-coordinate representation of color #0C8275: hue angle of 173.39º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8275 is Cyan = 0.91, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 130 | 117 | - |
| CMYK | 0.91 | 0 | 0.1 | 0.49 |
| HSL | 173.39º | 0.83% | 0.28% | - |
| HSV(B) | 173.39º | 0.91% | 0.51% | - |
| XYZ | 11.35 | 17.33 | 19.58 | - |
| YUV | 93.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 117 | 0.91 | 0 | 0.1 | 0.49 | 173.39 | 0.83 | 0.28 |
| Hex | C | 82 | 75 | 5B | 0 | A | 31 | AD | 53 | 1C |
| Octal | 14 | 202 | 165 | 133 | 0 | 12 | 61 | 255 | 123 | 34 |
| Binary | 1100 | 10000010 | 1110101 | 1011011 | 0 | 1010 | 110001 | 10101101 | 1010011 | 11100 |
Color Harmonies of #0C8275
Complementary color
Monochromatic Colors of #0C8275
Black with #0C8275
Text Example
Text Example
White with #0C8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8275; }
p { color: rgb(12,130,117); }
H1.HeaderClassName
{
color: #0C8275;
}
.AnyTagClassName
{
color: #0C8275;
}
</style>
background-color css
<style>
a { background-color: #0C8275; }
a { background-color: rgb(12,130,117); }
div.DivClassName
{
background-color: #0C8275;
}
.BgClassName
{
background-color: #0C8275;
}
</style>
border-color css
<style>
span { border-color: #0C8275; }
span { border-color: rgb(12,130,117); }
td.TdClassName
{
border-color: #0C8275;
}
.TagClassName
{
border-color: #0C8275;
}
</style>