Shades of Surfie Green #13797A
Tints of Surfie Green #13797A
RGB
CMYK
RGB Variations
Color information
#13797A (or 0x13797A) is known color: Surfie Green. HEX triplet: 13, 79 and 7A. RGB value is (19,121,122). Sum of RGB (Red+Green+Blue) = 19+121+122=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #13797A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13797A is #EC8685. Grayscale: #5A5A5A. Windows color (decimal): -15500934 or 8026387. OLE color: 8026387.
HSL color Cylindrical-coordinate representation of color #13797A: hue angle of 180.58º degrees, saturation: 0.73, 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 #13797A is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 121 | 122 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.52 |
| HSL | 180.58º | 0.73% | 0.28% | - |
| HSV(B) | 180.58º | 0.84% | 0.48% | - |
| XYZ | 10.62 | 15.22 | 20.79 | - |
| YUV | 90.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 122 | 0.84 | 0.01 | 0 | 0.52 | 180.58 | 0.73 | 0.28 |
| Hex | 13 | 79 | 7A | 54 | 1 | 0 | 34 | B5 | 49 | 1C |
| Octal | 23 | 171 | 172 | 124 | 1 | 0 | 64 | 265 | 111 | 34 |
| Binary | 10011 | 1111001 | 1111010 | 1010100 | 1 | 0 | 110100 | 10110101 | 1001001 | 11100 |
Color Harmonies of #13797A
Complementary color
Monochromatic Colors of #13797A
Black with #13797A
Text Example
Text Example
White with #13797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13797A; }
p { color: rgb(19,121,122); }
H1.HeaderClassName
{
color: #13797A;
}
.AnyTagClassName
{
color: #13797A;
}
</style>
background-color css
<style>
a { background-color: #13797A; }
a { background-color: rgb(19,121,122); }
div.DivClassName
{
background-color: #13797A;
}
.BgClassName
{
background-color: #13797A;
}
</style>
border-color css
<style>
span { border-color: #13797A; }
span { border-color: rgb(19,121,122); }
td.TdClassName
{
border-color: #13797A;
}
.TagClassName
{
border-color: #13797A;
}
</style>