Shades of Surfie Green #147B7B
Tints of Surfie Green #147B7B
RGB
CMYK
RGB Variations
Color information
#147B7B (or 0x147B7B) is known color: Surfie Green. HEX triplet: 14, 7B and 7B. RGB value is (20,123,123). Sum of RGB (Red+Green+Blue) = 20+123+123=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #147B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B7B is #EB8484. Grayscale: #5C5C5C. Windows color (decimal): -15434885 or 8092436. OLE color: 8092436.
HSL color Cylindrical-coordinate representation of color #147B7B: hue angle of 180º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147B7B is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 123 | 123 | - |
| CMYK | 0.84 | 0 | 0 | 0.52 |
| HSL | 180º | 0.72% | 0.28% | - |
| HSV(B) | 180º | 0.84% | 0.48% | - |
| XYZ | 10.95 | 15.74 | 21.2 | - |
| YUV | 92.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 123 | 0.84 | 0 | 0 | 0.52 | 180 | 0.72 | 0.28 |
| Hex | 14 | 7B | 7B | 54 | 0 | 0 | 34 | B4 | 48 | 1C |
| Octal | 24 | 173 | 173 | 124 | 0 | 0 | 64 | 264 | 110 | 34 |
| Binary | 10100 | 1111011 | 1111011 | 1010100 | 0 | 0 | 110100 | 10110100 | 1001000 | 11100 |
Color Harmonies of #147B7B
Complementary color
Monochromatic Colors of #147B7B
Black with #147B7B
Text Example
Text Example
White with #147B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147B7B; }
p { color: rgb(20,123,123); }
H1.HeaderClassName
{
color: #147B7B;
}
.AnyTagClassName
{
color: #147B7B;
}
</style>
background-color css
<style>
a { background-color: #147B7B; }
a { background-color: rgb(20,123,123); }
div.DivClassName
{
background-color: #147B7B;
}
.BgClassName
{
background-color: #147B7B;
}
</style>
border-color css
<style>
span { border-color: #147B7B; }
span { border-color: rgb(20,123,123); }
td.TdClassName
{
border-color: #147B7B;
}
.TagClassName
{
border-color: #147B7B;
}
</style>