Shades of Surfie Green #008279
Tints of Surfie Green #008279
RGB
CMYK
RGB Variations
Color information
#008279 (or 0x008279) is known color: Surfie Green. HEX triplet: 00, 82 and 79. RGB value is (0,130,121). Sum of RGB (Red+Green+Blue) = 0+130+121=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #008279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008279 is #FF7D86. Grayscale: #5A5A5A. Windows color (decimal): -16743815 or 7963136. OLE color: 7963136.
HSL color Cylindrical-coordinate representation of color #008279: hue angle of 175.85º 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 #008279 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 121 | - |
| CMYK | 1 | 0 | 0.07 | 0.49 |
| HSL | 175.85º | 1% | 0.25% | - |
| HSV(B) | 175.85º | 1% | 0.51% | - |
| XYZ | 11.43 | 17.35 | 20.83 | - |
| YUV | 90.1 | 145.43 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 121 | 1 | 0 | 0.07 | 0.49 | 175.85 | 1 | 0.25 |
| Hex | 0 | 82 | 79 | 64 | 0 | 7 | 31 | B0 | 64 | 19 |
| Octal | 0 | 202 | 171 | 144 | 0 | 7 | 61 | 260 | 144 | 31 |
| Binary | 0 | 10000010 | 1111001 | 1100100 | 0 | 111 | 110001 | 10110000 | 1100100 | 11001 |
Color Harmonies of #008279
Complementary color
Monochromatic Colors of #008279
Black with #008279
Text Example
Text Example
White with #008279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008279; }
p { color: rgb(0,130,121); }
H1.HeaderClassName
{
color: #008279;
}
.AnyTagClassName
{
color: #008279;
}
</style>
background-color css
<style>
a { background-color: #008279; }
a { background-color: rgb(0,130,121); }
div.DivClassName
{
background-color: #008279;
}
.BgClassName
{
background-color: #008279;
}
</style>
border-color css
<style>
span { border-color: #008279; }
span { border-color: rgb(0,130,121); }
td.TdClassName
{
border-color: #008279;
}
.TagClassName
{
border-color: #008279;
}
</style>