Shades of Surfie Green #008274
Tints of Surfie Green #008274
RGB
CMYK
RGB Variations
Color information
#008274 (or 0x008274) is known color: Surfie Green. HEX triplet: 00, 82 and 74. RGB value is (0,130,116). Sum of RGB (Red+Green+Blue) = 0+130+116=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #008274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008274 is #FF7D8B. Grayscale: #595959. Windows color (decimal): -16743820 or 7635456. OLE color: 7635456.
HSL color Cylindrical-coordinate representation of color #008274: hue angle of 173.54º 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 #008274 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 116 | - |
| CMYK | 1 | 0 | 0.11 | 0.49 |
| HSL | 173.54º | 1% | 0.25% | - |
| HSV(B) | 173.54º | 1% | 0.51% | - |
| XYZ | 11.14 | 17.23 | 19.26 | - |
| YUV | 89.53 | 142.93 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 116 | 1 | 0 | 0.11 | 0.49 | 173.54 | 1 | 0.25 |
| Hex | 0 | 82 | 74 | 64 | 0 | B | 31 | AE | 64 | 19 |
| Octal | 0 | 202 | 164 | 144 | 0 | 13 | 61 | 256 | 144 | 31 |
| Binary | 0 | 10000010 | 1110100 | 1100100 | 0 | 1011 | 110001 | 10101110 | 1100100 | 11001 |
Color Harmonies of #008274
Complementary color
Monochromatic Colors of #008274
Black with #008274
Text Example
Text Example
White with #008274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008274; }
p { color: rgb(0,130,116); }
H1.HeaderClassName
{
color: #008274;
}
.AnyTagClassName
{
color: #008274;
}
</style>
background-color css
<style>
a { background-color: #008274; }
a { background-color: rgb(0,130,116); }
div.DivClassName
{
background-color: #008274;
}
.BgClassName
{
background-color: #008274;
}
</style>
border-color css
<style>
span { border-color: #008274; }
span { border-color: rgb(0,130,116); }
td.TdClassName
{
border-color: #008274;
}
.TagClassName
{
border-color: #008274;
}
</style>