Shades of Surfie Green #008178
Tints of Surfie Green #008178
RGB
CMYK
RGB Variations
Color information
#008178 (or 0x008178) is known color: Surfie Green. HEX triplet: 00, 81 and 78. RGB value is (0,129,120). Sum of RGB (Red+Green+Blue) = 0+129+120=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #008178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008178 is #FF7E87. Grayscale: #595959. Windows color (decimal): -16744072 or 7897344. OLE color: 7897344.
HSL color Cylindrical-coordinate representation of color #008178: hue angle of 175.81º 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 #008178 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 120 | - |
| CMYK | 1 | 0 | 0.07 | 0.49 |
| HSL | 175.81º | 1% | 0.25% | - |
| HSV(B) | 175.81º | 1% | 0.51% | - |
| XYZ | 11.24 | 17.06 | 20.47 | - |
| YUV | 89.4 | 145.26 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 120 | 1 | 0 | 0.07 | 0.49 | 175.81 | 1 | 0.25 |
| Hex | 0 | 81 | 78 | 64 | 0 | 7 | 31 | B0 | 64 | 19 |
| Octal | 0 | 201 | 170 | 144 | 0 | 7 | 61 | 260 | 144 | 31 |
| Binary | 0 | 10000001 | 1111000 | 1100100 | 0 | 111 | 110001 | 10110000 | 1100100 | 11001 |
Color Harmonies of #008178
Complementary color
Monochromatic Colors of #008178
Black with #008178
Text Example
Text Example
White with #008178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008178; }
p { color: rgb(0,129,120); }
H1.HeaderClassName
{
color: #008178;
}
.AnyTagClassName
{
color: #008178;
}
</style>
background-color css
<style>
a { background-color: #008178; }
a { background-color: rgb(0,129,120); }
div.DivClassName
{
background-color: #008178;
}
.BgClassName
{
background-color: #008178;
}
</style>
border-color css
<style>
span { border-color: #008178; }
span { border-color: rgb(0,129,120); }
td.TdClassName
{
border-color: #008178;
}
.TagClassName
{
border-color: #008178;
}
</style>