Shades of Surfie Green #017D7B
Tints of Surfie Green #017D7B
RGB
CMYK
RGB Variations
Color information
#017D7B (or 0x017D7B) is known color: Surfie Green. HEX triplet: 01, 7D and 7B. RGB value is (1,125,123). Sum of RGB (Red+Green+Blue) = 1+125+123=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #017D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D7B is #FE8284. Grayscale: #575757. Windows color (decimal): -16679557 or 8092929. OLE color: 8092929.
HSL color Cylindrical-coordinate representation of color #017D7B: hue angle of 179.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D7B is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 123 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.51 |
| HSL | 179.03º | 0.98% | 0.25% | - |
| HSV(B) | 179.03º | 0.99% | 0.49% | - |
| XYZ | 10.92 | 16.1 | 21.27 | - |
| YUV | 87.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 123 | 0.99 | 0 | 0.02 | 0.51 | 179.03 | 0.98 | 0.25 |
| Hex | 1 | 7D | 7B | 63 | 0 | 2 | 33 | B3 | 62 | 19 |
| Octal | 1 | 175 | 173 | 143 | 0 | 2 | 63 | 263 | 142 | 31 |
| Binary | 1 | 1111101 | 1111011 | 1100011 | 0 | 10 | 110011 | 10110011 | 1100010 | 11001 |
Color Harmonies of #017D7B
Complementary color
Monochromatic Colors of #017D7B
Black with #017D7B
Text Example
Text Example
White with #017D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D7B; }
p { color: rgb(1,125,123); }
H1.HeaderClassName
{
color: #017D7B;
}
.AnyTagClassName
{
color: #017D7B;
}
</style>
background-color css
<style>
a { background-color: #017D7B; }
a { background-color: rgb(1,125,123); }
div.DivClassName
{
background-color: #017D7B;
}
.BgClassName
{
background-color: #017D7B;
}
</style>
border-color css
<style>
span { border-color: #017D7B; }
span { border-color: rgb(1,125,123); }
td.TdClassName
{
border-color: #017D7B;
}
.TagClassName
{
border-color: #017D7B;
}
</style>