Shades of Surfie Green #0E7E7A
Tints of Surfie Green #0E7E7A
RGB
CMYK
RGB Variations
Color information
#0E7E7A (or 0x0E7E7A) is known color: Surfie Green. HEX triplet: 0E, 7E and 7A. RGB value is (14,126,122). Sum of RGB (Red+Green+Blue) = 14+126+122=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 126 - color contains mainly: green. Hex color #0E7E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7E7A is #F18185. Grayscale: #5B5B5B. Windows color (decimal): -15827334 or 8027662. OLE color: 8027662.
HSL color Cylindrical-coordinate representation of color #0E7E7A: hue angle of 177.86º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7E7A is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 126 | 122 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.51 |
| HSL | 177.86º | 0.8% | 0.27% | - |
| HSV(B) | 177.86º | 0.89% | 0.49% | - |
| XYZ | 11.15 | 16.42 | 20.99 | - |
| YUV | 92.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 126 | 122 | 0.89 | 0 | 0.03 | 0.51 | 177.86 | 0.8 | 0.27 |
| Hex | E | 7E | 7A | 59 | 0 | 3 | 33 | B2 | 50 | 1B |
| Octal | 16 | 176 | 172 | 131 | 0 | 3 | 63 | 262 | 120 | 33 |
| Binary | 1110 | 1111110 | 1111010 | 1011001 | 0 | 11 | 110011 | 10110010 | 1010000 | 11011 |
Color Harmonies of #0E7E7A
Complementary color
Monochromatic Colors of #0E7E7A
Black with #0E7E7A
Text Example
Text Example
White with #0E7E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7E7A; }
p { color: rgb(14,126,122); }
H1.HeaderClassName
{
color: #0E7E7A;
}
.AnyTagClassName
{
color: #0E7E7A;
}
</style>
background-color css
<style>
a { background-color: #0E7E7A; }
a { background-color: rgb(14,126,122); }
div.DivClassName
{
background-color: #0E7E7A;
}
.BgClassName
{
background-color: #0E7E7A;
}
</style>
border-color css
<style>
span { border-color: #0E7E7A; }
span { border-color: rgb(14,126,122); }
td.TdClassName
{
border-color: #0E7E7A;
}
.TagClassName
{
border-color: #0E7E7A;
}
</style>