Shades of Surfie Green #008179
Tints of Surfie Green #008179
RGB
CMYK
RGB Variations
Color information
#008179 (or 0x008179) is known color: Surfie Green. HEX triplet: 00, 81 and 79. RGB value is (0,129,121). Sum of RGB (Red+Green+Blue) = 0+129+121=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #008179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008179 is #FF7E86. Grayscale: #595959. Windows color (decimal): -16744071 or 7962880. OLE color: 7962880.
HSL color Cylindrical-coordinate representation of color #008179: hue angle of 176.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008179 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 121 | - |
| CMYK | 1 | 0 | 0.06 | 0.49 |
| HSL | 176.28º | 1% | 0.25% | - |
| HSV(B) | 176.28º | 1% | 0.51% | - |
| XYZ | 11.3 | 17.08 | 20.79 | - |
| YUV | 89.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 121 | 1 | 0 | 0.06 | 0.49 | 176.28 | 1 | 0.25 |
| Hex | 0 | 81 | 79 | 64 | 0 | 6 | 31 | B0 | 64 | 19 |
| Octal | 0 | 201 | 171 | 144 | 0 | 6 | 61 | 260 | 144 | 31 |
| Binary | 0 | 10000001 | 1111001 | 1100100 | 0 | 110 | 110001 | 10110000 | 1100100 | 11001 |
Color Harmonies of #008179
Complementary color
Monochromatic Colors of #008179
Black with #008179
Text Example
Text Example
White with #008179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008179; }
p { color: rgb(0,129,121); }
H1.HeaderClassName
{
color: #008179;
}
.AnyTagClassName
{
color: #008179;
}
</style>
background-color css
<style>
a { background-color: #008179; }
a { background-color: rgb(0,129,121); }
div.DivClassName
{
background-color: #008179;
}
.BgClassName
{
background-color: #008179;
}
</style>
border-color css
<style>
span { border-color: #008179; }
span { border-color: rgb(0,129,121); }
td.TdClassName
{
border-color: #008179;
}
.TagClassName
{
border-color: #008179;
}
</style>