Shades of Surfie Green #0E7174
Tints of Surfie Green #0E7174
RGB
CMYK
RGB Variations
Color information
#0E7174 (or 0x0E7174) is known color: Surfie Green. HEX triplet: 0E, 71 and 74. RGB value is (14,113,116). Sum of RGB (Red+Green+Blue) = 14+113+116=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E7174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7174 is #F18E8B. Grayscale: #535353. Windows color (decimal): -15830668 or 7631118. OLE color: 7631118.
HSL color Cylindrical-coordinate representation of color #0E7174: hue angle of 181.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7174 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 113 | 116 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.55 |
| HSL | 181.76º | 0.78% | 0.25% | - |
| HSV(B) | 181.76º | 0.88% | 0.45% | - |
| XYZ | 9.24 | 13.16 | 18.58 | - |
| YUV | 83.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 116 | 0.88 | 0.03 | 0 | 0.55 | 181.76 | 0.78 | 0.25 |
| Hex | E | 71 | 74 | 58 | 3 | 0 | 37 | B6 | 4E | 19 |
| Octal | 16 | 161 | 164 | 130 | 3 | 0 | 67 | 266 | 116 | 31 |
| Binary | 1110 | 1110001 | 1110100 | 1011000 | 11 | 0 | 110111 | 10110110 | 1001110 | 11001 |
Color Harmonies of #0E7174
Complementary color
Monochromatic Colors of #0E7174
Black with #0E7174
Text Example
Text Example
White with #0E7174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7174; }
p { color: rgb(14,113,116); }
H1.HeaderClassName
{
color: #0E7174;
}
.AnyTagClassName
{
color: #0E7174;
}
</style>
background-color css
<style>
a { background-color: #0E7174; }
a { background-color: rgb(14,113,116); }
div.DivClassName
{
background-color: #0E7174;
}
.BgClassName
{
background-color: #0E7174;
}
</style>
border-color css
<style>
span { border-color: #0E7174; }
span { border-color: rgb(14,113,116); }
td.TdClassName
{
border-color: #0E7174;
}
.TagClassName
{
border-color: #0E7174;
}
</style>