Shades of Surfie Green #0A807A
Tints of Surfie Green #0A807A
RGB
CMYK
RGB Variations
Color information
#0A807A (or 0x0A807A) is known color: Surfie Green. HEX triplet: 0A, 80 and 7A. RGB value is (10,128,122). Sum of RGB (Red+Green+Blue) = 10+128+122=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #0A807A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A807A is #F57F85. Grayscale: #5B5B5B. Windows color (decimal): -16088966 or 8028170. OLE color: 8028170.
HSL color Cylindrical-coordinate representation of color #0A807A: hue angle of 176.95º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A807A is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 128 | 122 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.50 |
| HSL | 176.95º | 0.86% | 0.27% | - |
| HSV(B) | 176.95º | 0.92% | 0.5% | - |
| XYZ | 11.36 | 16.91 | 21.08 | - |
| YUV | 92.03 | 144.91 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 122 | 0.92 | 0 | 0.05 | 0.50 | 176.95 | 0.86 | 0.27 |
| Hex | A | 80 | 7A | 5C | 0 | 5 | 32 | B1 | 56 | 1B |
| Octal | 12 | 200 | 172 | 134 | 0 | 5 | 62 | 261 | 126 | 33 |
| Binary | 1010 | 10000000 | 1111010 | 1011100 | 0 | 101 | 110010 | 10110001 | 1010110 | 11011 |
Color Harmonies of #0A807A
Complementary color
Monochromatic Colors of #0A807A
Black with #0A807A
Text Example
Text Example
White with #0A807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A807A; }
p { color: rgb(10,128,122); }
H1.HeaderClassName
{
color: #0A807A;
}
.AnyTagClassName
{
color: #0A807A;
}
</style>
background-color css
<style>
a { background-color: #0A807A; }
a { background-color: rgb(10,128,122); }
div.DivClassName
{
background-color: #0A807A;
}
.BgClassName
{
background-color: #0A807A;
}
</style>
border-color css
<style>
span { border-color: #0A807A; }
span { border-color: rgb(10,128,122); }
td.TdClassName
{
border-color: #0A807A;
}
.TagClassName
{
border-color: #0A807A;
}
</style>