Shades of Surfie Green #147C7B
Tints of Surfie Green #147C7B
RGB
CMYK
RGB Variations
Color information
#147C7B (or 0x147C7B) is known color: Surfie Green. HEX triplet: 14, 7C and 7B. RGB value is (20,124,123). Sum of RGB (Red+Green+Blue) = 20+124+123=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #147C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C7B is #EB8384. Grayscale: #5C5C5C. Windows color (decimal): -15434629 or 8092692. OLE color: 8092692.
HSL color Cylindrical-coordinate representation of color #147C7B: hue angle of 179.42º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C7B is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 123 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.51 |
| HSL | 179.42º | 0.72% | 0.28% | - |
| HSV(B) | 179.42º | 0.84% | 0.49% | - |
| XYZ | 11.07 | 15.99 | 21.24 | - |
| YUV | 92.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 123 | 0.84 | 0 | 0.01 | 0.51 | 179.42 | 0.72 | 0.28 |
| Hex | 14 | 7C | 7B | 54 | 0 | 1 | 33 | B3 | 48 | 1C |
| Octal | 24 | 174 | 173 | 124 | 0 | 1 | 63 | 263 | 110 | 34 |
| Binary | 10100 | 1111100 | 1111011 | 1010100 | 0 | 1 | 110011 | 10110011 | 1001000 | 11100 |
Color Harmonies of #147C7B
Complementary color
Monochromatic Colors of #147C7B
Black with #147C7B
Text Example
Text Example
White with #147C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C7B; }
p { color: rgb(20,124,123); }
H1.HeaderClassName
{
color: #147C7B;
}
.AnyTagClassName
{
color: #147C7B;
}
</style>
background-color css
<style>
a { background-color: #147C7B; }
a { background-color: rgb(20,124,123); }
div.DivClassName
{
background-color: #147C7B;
}
.BgClassName
{
background-color: #147C7B;
}
</style>
border-color css
<style>
span { border-color: #147C7B; }
span { border-color: rgb(20,124,123); }
td.TdClassName
{
border-color: #147C7B;
}
.TagClassName
{
border-color: #147C7B;
}
</style>