Shades of Surfie Green #127678
Tints of Surfie Green #127678
RGB
CMYK
RGB Variations
Color information
#127678 (or 0x127678) is known color: Surfie Green. HEX triplet: 12, 76 and 78. RGB value is (18,118,120). Sum of RGB (Red+Green+Blue) = 18+118+120=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #127678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127678 is #ED8987. Grayscale: #585858. Windows color (decimal): -15567240 or 7894546. OLE color: 7894546.
HSL color Cylindrical-coordinate representation of color #127678: hue angle of 181.18º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127678 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 118 | 120 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.53 |
| HSL | 181.18º | 0.74% | 0.27% | - |
| HSV(B) | 181.18º | 0.85% | 0.47% | - |
| XYZ | 10.12 | 14.44 | 20.02 | - |
| YUV | 88.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 120 | 0.85 | 0.02 | 0 | 0.53 | 181.18 | 0.74 | 0.27 |
| Hex | 12 | 76 | 78 | 55 | 2 | 0 | 35 | B5 | 4A | 1B |
| Octal | 22 | 166 | 170 | 125 | 2 | 0 | 65 | 265 | 112 | 33 |
| Binary | 10010 | 1110110 | 1111000 | 1010101 | 10 | 0 | 110101 | 10110101 | 1001010 | 11011 |
Color Harmonies of #127678
Complementary color
Monochromatic Colors of #127678
Black with #127678
Text Example
Text Example
White with #127678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127678; }
p { color: rgb(18,118,120); }
H1.HeaderClassName
{
color: #127678;
}
.AnyTagClassName
{
color: #127678;
}
</style>
background-color css
<style>
a { background-color: #127678; }
a { background-color: rgb(18,118,120); }
div.DivClassName
{
background-color: #127678;
}
.BgClassName
{
background-color: #127678;
}
</style>
border-color css
<style>
span { border-color: #127678; }
span { border-color: rgb(18,118,120); }
td.TdClassName
{
border-color: #127678;
}
.TagClassName
{
border-color: #127678;
}
</style>