Shades of Surfie Green #0E7178
Tints of Surfie Green #0E7178
RGB
CMYK
RGB Variations
Color information
#0E7178 (or 0x0E7178) is known color: Surfie Green. HEX triplet: 0E, 71 and 78. RGB value is (14,113,120). Sum of RGB (Red+Green+Blue) = 14+113+120=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E7178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7178 is #F18E87. Grayscale: #545454. Windows color (decimal): -15830664 or 7893262. OLE color: 7893262.
HSL color Cylindrical-coordinate representation of color #0E7178: hue angle of 183.96º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7178 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 113 | 120 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.53 |
| HSL | 183.96º | 0.79% | 0.26% | - |
| HSV(B) | 183.96º | 0.88% | 0.47% | - |
| XYZ | 9.48 | 13.26 | 19.83 | - |
| YUV | 84.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 120 | 0.88 | 0.06 | 0 | 0.53 | 183.96 | 0.79 | 0.26 |
| Hex | E | 71 | 78 | 58 | 6 | 0 | 35 | B8 | 4F | 1A |
| Octal | 16 | 161 | 170 | 130 | 6 | 0 | 65 | 270 | 117 | 32 |
| Binary | 1110 | 1110001 | 1111000 | 1011000 | 110 | 0 | 110101 | 10111000 | 1001111 | 11010 |
Color Harmonies of #0E7178
Complementary color
Monochromatic Colors of #0E7178
Black with #0E7178
Text Example
Text Example
White with #0E7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7178; }
p { color: rgb(14,113,120); }
H1.HeaderClassName
{
color: #0E7178;
}
.AnyTagClassName
{
color: #0E7178;
}
</style>
background-color css
<style>
a { background-color: #0E7178; }
a { background-color: rgb(14,113,120); }
div.DivClassName
{
background-color: #0E7178;
}
.BgClassName
{
background-color: #0E7178;
}
</style>
border-color css
<style>
span { border-color: #0E7178; }
span { border-color: rgb(14,113,120); }
td.TdClassName
{
border-color: #0E7178;
}
.TagClassName
{
border-color: #0E7178;
}
</style>