Shades of Surfie Green #017E7B
Tints of Surfie Green #017E7B
RGB
CMYK
RGB Variations
Color information
#017E7B (or 0x017E7B) is known color: Surfie Green. HEX triplet: 01, 7E and 7B. RGB value is (1,126,123). Sum of RGB (Red+Green+Blue) = 1+126+123=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #017E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017E7B is #FE8184. Grayscale: #585858. Windows color (decimal): -16679301 or 8093185. OLE color: 8093185.
HSL color Cylindrical-coordinate representation of color #017E7B: hue angle of 178.56º 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 #017E7B is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 123 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.51 |
| HSL | 178.56º | 0.98% | 0.25% | - |
| HSV(B) | 178.56º | 0.99% | 0.49% | - |
| XYZ | 11.05 | 16.36 | 21.31 | - |
| YUV | 88.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 123 | 0.99 | 0 | 0.02 | 0.51 | 178.56 | 0.98 | 0.25 |
| Hex | 1 | 7E | 7B | 63 | 0 | 2 | 33 | B3 | 62 | 19 |
| Octal | 1 | 176 | 173 | 143 | 0 | 2 | 63 | 263 | 142 | 31 |
| Binary | 1 | 1111110 | 1111011 | 1100011 | 0 | 10 | 110011 | 10110011 | 1100010 | 11001 |
Color Harmonies of #017E7B
Complementary color
Monochromatic Colors of #017E7B
Black with #017E7B
Text Example
Text Example
White with #017E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E7B; }
p { color: rgb(1,126,123); }
H1.HeaderClassName
{
color: #017E7B;
}
.AnyTagClassName
{
color: #017E7B;
}
</style>
background-color css
<style>
a { background-color: #017E7B; }
a { background-color: rgb(1,126,123); }
div.DivClassName
{
background-color: #017E7B;
}
.BgClassName
{
background-color: #017E7B;
}
</style>
border-color css
<style>
span { border-color: #017E7B; }
span { border-color: rgb(1,126,123); }
td.TdClassName
{
border-color: #017E7B;
}
.TagClassName
{
border-color: #017E7B;
}
</style>