Shades of Surfie Green #0B7A7C
Tints of Surfie Green #0B7A7C
RGB
CMYK
RGB Variations
Color information
#0B7A7C (or 0x0B7A7C) is known color: Surfie Green. HEX triplet: 0B, 7A and 7C. RGB value is (11,122,124). Sum of RGB (Red+Green+Blue) = 11+122+124=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B7A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7A7C is #F48583. Grayscale: #585858. Windows color (decimal): -16024964 or 8157707. OLE color: 8157707.
HSL color Cylindrical-coordinate representation of color #0B7A7C: hue angle of 181.06º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7A7C is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 122 | 124 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.51 |
| HSL | 181.06º | 0.84% | 0.26% | - |
| HSV(B) | 181.06º | 0.91% | 0.49% | - |
| XYZ | 10.74 | 15.45 | 21.48 | - |
| YUV | 89.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 122 | 124 | 0.91 | 0.02 | 0 | 0.51 | 181.06 | 0.84 | 0.26 |
| Hex | B | 7A | 7C | 5B | 2 | 0 | 33 | B5 | 54 | 1A |
| Octal | 13 | 172 | 174 | 133 | 2 | 0 | 63 | 265 | 124 | 32 |
| Binary | 1011 | 1111010 | 1111100 | 1011011 | 10 | 0 | 110011 | 10110101 | 1010100 | 11010 |
Color Harmonies of #0B7A7C
Complementary color
Monochromatic Colors of #0B7A7C
Black with #0B7A7C
Text Example
Text Example
White with #0B7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7A7C; }
p { color: rgb(11,122,124); }
H1.HeaderClassName
{
color: #0B7A7C;
}
.AnyTagClassName
{
color: #0B7A7C;
}
</style>
background-color css
<style>
a { background-color: #0B7A7C; }
a { background-color: rgb(11,122,124); }
div.DivClassName
{
background-color: #0B7A7C;
}
.BgClassName
{
background-color: #0B7A7C;
}
</style>
border-color css
<style>
span { border-color: #0B7A7C; }
span { border-color: rgb(11,122,124); }
td.TdClassName
{
border-color: #0B7A7C;
}
.TagClassName
{
border-color: #0B7A7C;
}
</style>