Shades of Surfie Green #137B7A
Tints of Surfie Green #137B7A
RGB
CMYK
RGB Variations
Color information
#137B7A (or 0x137B7A) is known color: Surfie Green. HEX triplet: 13, 7B and 7A. RGB value is (19,123,122). Sum of RGB (Red+Green+Blue) = 19+123+122=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 123 - color contains mainly: green. Hex color #137B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B7A is #EC8485. Grayscale: #5B5B5B. Windows color (decimal): -15500422 or 8026899. OLE color: 8026899.
HSL color Cylindrical-coordinate representation of color #137B7A: hue angle of 179.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B7A is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 122 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.52 |
| HSL | 179.42º | 0.73% | 0.28% | - |
| HSV(B) | 179.42º | 0.85% | 0.48% | - |
| XYZ | 10.86 | 15.71 | 20.87 | - |
| YUV | 91.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 122 | 0.85 | 0 | 0.01 | 0.52 | 179.42 | 0.73 | 0.28 |
| Hex | 13 | 7B | 7A | 55 | 0 | 1 | 34 | B3 | 49 | 1C |
| Octal | 23 | 173 | 172 | 125 | 0 | 1 | 64 | 263 | 111 | 34 |
| Binary | 10011 | 1111011 | 1111010 | 1010101 | 0 | 1 | 110100 | 10110011 | 1001001 | 11100 |
Color Harmonies of #137B7A
Complementary color
Monochromatic Colors of #137B7A
Black with #137B7A
Text Example
Text Example
White with #137B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B7A; }
p { color: rgb(19,123,122); }
H1.HeaderClassName
{
color: #137B7A;
}
.AnyTagClassName
{
color: #137B7A;
}
</style>
background-color css
<style>
a { background-color: #137B7A; }
a { background-color: rgb(19,123,122); }
div.DivClassName
{
background-color: #137B7A;
}
.BgClassName
{
background-color: #137B7A;
}
</style>
border-color css
<style>
span { border-color: #137B7A; }
span { border-color: rgb(19,123,122); }
td.TdClassName
{
border-color: #137B7A;
}
.TagClassName
{
border-color: #137B7A;
}
</style>