Shades of Surfie Green #117E7B
Tints of Surfie Green #117E7B
RGB
CMYK
RGB Variations
Color information
#117E7B (or 0x117E7B) is known color: Surfie Green. HEX triplet: 11, 7E and 7B. RGB value is (17,126,123). Sum of RGB (Red+Green+Blue) = 17+126+123=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #117E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E7B is #EE8184. Grayscale: #5C5C5C. Windows color (decimal): -15630725 or 8093201. OLE color: 8093201.
HSL color Cylindrical-coordinate representation of color #117E7B: hue angle of 178.35º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117E7B is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 123 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.51 |
| HSL | 178.35º | 0.76% | 0.28% | - |
| HSV(B) | 178.35º | 0.87% | 0.49% | - |
| XYZ | 11.27 | 16.47 | 21.32 | - |
| YUV | 93.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 123 | 0.87 | 0 | 0.02 | 0.51 | 178.35 | 0.76 | 0.28 |
| Hex | 11 | 7E | 7B | 57 | 0 | 2 | 33 | B2 | 4C | 1C |
| Octal | 21 | 176 | 173 | 127 | 0 | 2 | 63 | 262 | 114 | 34 |
| Binary | 10001 | 1111110 | 1111011 | 1010111 | 0 | 10 | 110011 | 10110010 | 1001100 | 11100 |
Color Harmonies of #117E7B
Complementary color
Monochromatic Colors of #117E7B
Black with #117E7B
Text Example
Text Example
White with #117E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E7B; }
p { color: rgb(17,126,123); }
H1.HeaderClassName
{
color: #117E7B;
}
.AnyTagClassName
{
color: #117E7B;
}
</style>
background-color css
<style>
a { background-color: #117E7B; }
a { background-color: rgb(17,126,123); }
div.DivClassName
{
background-color: #117E7B;
}
.BgClassName
{
background-color: #117E7B;
}
</style>
border-color css
<style>
span { border-color: #117E7B; }
span { border-color: rgb(17,126,123); }
td.TdClassName
{
border-color: #117E7B;
}
.TagClassName
{
border-color: #117E7B;
}
</style>