Shades of Surfie Green #0C757D
Tints of Surfie Green #0C757D
RGB
CMYK
RGB Variations
Color information
#0C757D (or 0x0C757D) is known color: Surfie Green. HEX triplet: 0C, 75 and 7D. RGB value is (12,117,125). Sum of RGB (Red+Green+Blue) = 12+117+125=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C757D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C757D is #F38A82. Grayscale: #565656. Windows color (decimal): -15960707 or 8221964. OLE color: 8221964.
HSL color Cylindrical-coordinate representation of color #0C757D: hue angle of 184.25º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C757D is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 117 | 125 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.51 |
| HSL | 184.25º | 0.82% | 0.27% | - |
| HSV(B) | 184.25º | 0.9% | 0.49% | - |
| XYZ | 10.21 | 14.28 | 21.62 | - |
| YUV | 86.52 | 149.71 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 125 | 0.90 | 0.06 | 0 | 0.51 | 184.25 | 0.82 | 0.27 |
| Hex | C | 75 | 7D | 5A | 6 | 0 | 33 | B8 | 52 | 1B |
| Octal | 14 | 165 | 175 | 132 | 6 | 0 | 63 | 270 | 122 | 33 |
| Binary | 1100 | 1110101 | 1111101 | 1011010 | 110 | 0 | 110011 | 10111000 | 1010010 | 11011 |
Color Harmonies of #0C757D
Complementary color
Monochromatic Colors of #0C757D
Black with #0C757D
Text Example
Text Example
White with #0C757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C757D; }
p { color: rgb(12,117,125); }
H1.HeaderClassName
{
color: #0C757D;
}
.AnyTagClassName
{
color: #0C757D;
}
</style>
background-color css
<style>
a { background-color: #0C757D; }
a { background-color: rgb(12,117,125); }
div.DivClassName
{
background-color: #0C757D;
}
.BgClassName
{
background-color: #0C757D;
}
</style>
border-color css
<style>
span { border-color: #0C757D; }
span { border-color: rgb(12,117,125); }
td.TdClassName
{
border-color: #0C757D;
}
.TagClassName
{
border-color: #0C757D;
}
</style>