Shades of Surfie Green #007174
Tints of Surfie Green #007174
RGB
CMYK
RGB Variations
Color information
#007174 (or 0x007174) is known color: Surfie Green. HEX triplet: 00, 71 and 74. RGB value is (0,113,116). Sum of RGB (Red+Green+Blue) = 0+113+116=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #007174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007174 is #FF8E8B. Grayscale: #4F4F4F. Windows color (decimal): -16748172 or 7631104. OLE color: 7631104.
HSL color Cylindrical-coordinate representation of color #007174: hue angle of 181.55º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007174 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 113 | 116 | - |
| CMYK | 1 | 0.03 | 0 | 0.55 |
| HSL | 181.55º | 1% | 0.23% | - |
| HSV(B) | 181.55º | 1% | 0.45% | - |
| XYZ | 9.06 | 13.07 | 18.57 | - |
| YUV | 79.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 116 | 1 | 0.03 | 0 | 0.55 | 181.55 | 1 | 0.23 |
| Hex | 0 | 71 | 74 | 64 | 3 | 0 | 37 | B6 | 64 | 17 |
| Octal | 0 | 161 | 164 | 144 | 3 | 0 | 67 | 266 | 144 | 27 |
| Binary | 0 | 1110001 | 1110100 | 1100100 | 11 | 0 | 110111 | 10110110 | 1100100 | 10111 |
Color Harmonies of #007174
Complementary color
Monochromatic Colors of #007174
Black with #007174
Text Example
Text Example
White with #007174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007174; }
p { color: rgb(0,113,116); }
H1.HeaderClassName
{
color: #007174;
}
.AnyTagClassName
{
color: #007174;
}
</style>
background-color css
<style>
a { background-color: #007174; }
a { background-color: rgb(0,113,116); }
div.DivClassName
{
background-color: #007174;
}
.BgClassName
{
background-color: #007174;
}
</style>
border-color css
<style>
span { border-color: #007174; }
span { border-color: rgb(0,113,116); }
td.TdClassName
{
border-color: #007174;
}
.TagClassName
{
border-color: #007174;
}
</style>