Shades of Surfie Green #0E7A7A
Tints of Surfie Green #0E7A7A
RGB
CMYK
RGB Variations
Color information
#0E7A7A (or 0x0E7A7A) is known color: Surfie Green. HEX triplet: 0E, 7A and 7A. RGB value is (14,122,122). Sum of RGB (Red+Green+Blue) = 14+122+122=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #0E7A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7A7A is #F18585. Grayscale: #595959. Windows color (decimal): -15828358 or 8026638. OLE color: 8026638.
HSL color Cylindrical-coordinate representation of color #0E7A7A: hue angle of 180º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7A7A is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 122 | 122 | - |
| CMYK | 0.89 | 0 | 0 | 0.52 |
| HSL | 180º | 0.79% | 0.27% | - |
| HSV(B) | 180º | 0.89% | 0.48% | - |
| XYZ | 10.65 | 15.42 | 20.83 | - |
| YUV | 89.71 | 146.22 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 122 | 0.89 | 0 | 0 | 0.52 | 180 | 0.79 | 0.27 |
| Hex | E | 7A | 7A | 59 | 0 | 0 | 34 | B4 | 4F | 1B |
| Octal | 16 | 172 | 172 | 131 | 0 | 0 | 64 | 264 | 117 | 33 |
| Binary | 1110 | 1111010 | 1111010 | 1011001 | 0 | 0 | 110100 | 10110100 | 1001111 | 11011 |
Color Harmonies of #0E7A7A
Complementary color
Monochromatic Colors of #0E7A7A
Black with #0E7A7A
Text Example
Text Example
White with #0E7A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7A7A; }
p { color: rgb(14,122,122); }
H1.HeaderClassName
{
color: #0E7A7A;
}
.AnyTagClassName
{
color: #0E7A7A;
}
</style>
background-color css
<style>
a { background-color: #0E7A7A; }
a { background-color: rgb(14,122,122); }
div.DivClassName
{
background-color: #0E7A7A;
}
.BgClassName
{
background-color: #0E7A7A;
}
</style>
border-color css
<style>
span { border-color: #0E7A7A; }
span { border-color: rgb(14,122,122); }
td.TdClassName
{
border-color: #0E7A7A;
}
.TagClassName
{
border-color: #0E7A7A;
}
</style>