Shades of Surfie Green #127C7B
Tints of Surfie Green #127C7B
RGB
CMYK
RGB Variations
Color information
#127C7B (or 0x127C7B) is known color: Surfie Green. HEX triplet: 12, 7C and 7B. RGB value is (18,124,123). Sum of RGB (Red+Green+Blue) = 18+124+123=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #127C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C7B is #ED8384. Grayscale: #5C5C5C. Windows color (decimal): -15565701 or 8092690. OLE color: 8092690.
HSL color Cylindrical-coordinate representation of color #127C7B: hue angle of 179.43º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C7B is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 123 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.51 |
| HSL | 179.43º | 0.75% | 0.28% | - |
| HSV(B) | 179.43º | 0.85% | 0.49% | - |
| XYZ | 11.03 | 15.97 | 21.24 | - |
| YUV | 92.19 | 145.38 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 123 | 0.85 | 0 | 0.01 | 0.51 | 179.43 | 0.75 | 0.28 |
| Hex | 12 | 7C | 7B | 55 | 0 | 1 | 33 | B3 | 4B | 1C |
| Octal | 22 | 174 | 173 | 125 | 0 | 1 | 63 | 263 | 113 | 34 |
| Binary | 10010 | 1111100 | 1111011 | 1010101 | 0 | 1 | 110011 | 10110011 | 1001011 | 11100 |
Color Harmonies of #127C7B
Complementary color
Monochromatic Colors of #127C7B
Black with #127C7B
Text Example
Text Example
White with #127C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C7B; }
p { color: rgb(18,124,123); }
H1.HeaderClassName
{
color: #127C7B;
}
.AnyTagClassName
{
color: #127C7B;
}
</style>
background-color css
<style>
a { background-color: #127C7B; }
a { background-color: rgb(18,124,123); }
div.DivClassName
{
background-color: #127C7B;
}
.BgClassName
{
background-color: #127C7B;
}
</style>
border-color css
<style>
span { border-color: #127C7B; }
span { border-color: rgb(18,124,123); }
td.TdClassName
{
border-color: #127C7B;
}
.TagClassName
{
border-color: #127C7B;
}
</style>