Shades of Surfie Green #0F737B
Tints of Surfie Green #0F737B
RGB
CMYK
RGB Variations
Color information
#0F737B (or 0x0F737B) is known color: Surfie Green. HEX triplet: 0F, 73 and 7B. RGB value is (15,115,123). Sum of RGB (Red+Green+Blue) = 15+115+123=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F737B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F737B is #F08C84. Grayscale: #555555. Windows color (decimal): -15764613 or 8090383. OLE color: 8090383.
HSL color Cylindrical-coordinate representation of color #0F737B: hue angle of 184.44º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F737B is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 115 | 123 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.52 |
| HSL | 184.44º | 0.78% | 0.27% | - |
| HSV(B) | 184.44º | 0.88% | 0.48% | - |
| XYZ | 9.9 | 13.79 | 20.88 | - |
| YUV | 86.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 115 | 123 | 0.88 | 0.07 | 0 | 0.52 | 184.44 | 0.78 | 0.27 |
| Hex | F | 73 | 7B | 58 | 7 | 0 | 34 | B8 | 4E | 1B |
| Octal | 17 | 163 | 173 | 130 | 7 | 0 | 64 | 270 | 116 | 33 |
| Binary | 1111 | 1110011 | 1111011 | 1011000 | 111 | 0 | 110100 | 10111000 | 1001110 | 11011 |
Color Harmonies of #0F737B
Complementary color
Monochromatic Colors of #0F737B
Black with #0F737B
Text Example
Text Example
White with #0F737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F737B; }
p { color: rgb(15,115,123); }
H1.HeaderClassName
{
color: #0F737B;
}
.AnyTagClassName
{
color: #0F737B;
}
</style>
background-color css
<style>
a { background-color: #0F737B; }
a { background-color: rgb(15,115,123); }
div.DivClassName
{
background-color: #0F737B;
}
.BgClassName
{
background-color: #0F737B;
}
</style>
border-color css
<style>
span { border-color: #0F737B; }
span { border-color: rgb(15,115,123); }
td.TdClassName
{
border-color: #0F737B;
}
.TagClassName
{
border-color: #0F737B;
}
</style>