Shades of Surfie Green #0E737E
Tints of Surfie Green #0E737E
RGB
CMYK
RGB Variations
Color information
#0E737E (or 0x0E737E) is known color: Surfie Green. HEX triplet: 0E, 73 and 7E. RGB value is (14,115,126). Sum of RGB (Red+Green+Blue) = 14+115+126=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #0E737E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E737E is #F18C81. Grayscale: #555555. Windows color (decimal): -15830146 or 8286990. OLE color: 8286990.
HSL color Cylindrical-coordinate representation of color #0E737E: hue angle of 185.89º 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 #0E737E is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 115 | 126 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.51 |
| HSL | 185.89º | 0.8% | 0.27% | - |
| HSV(B) | 185.89º | 0.89% | 0.49% | - |
| XYZ | 10.08 | 13.86 | 21.88 | - |
| YUV | 86.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 126 | 0.89 | 0.09 | 0 | 0.51 | 185.89 | 0.8 | 0.27 |
| Hex | E | 73 | 7E | 59 | 9 | 0 | 33 | BA | 50 | 1B |
| Octal | 16 | 163 | 176 | 131 | 11 | 0 | 63 | 272 | 120 | 33 |
| Binary | 1110 | 1110011 | 1111110 | 1011001 | 1001 | 0 | 110011 | 10111010 | 1010000 | 11011 |
Color Harmonies of #0E737E
Complementary color
Monochromatic Colors of #0E737E
Black with #0E737E
Text Example
Text Example
White with #0E737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E737E; }
p { color: rgb(14,115,126); }
H1.HeaderClassName
{
color: #0E737E;
}
.AnyTagClassName
{
color: #0E737E;
}
</style>
background-color css
<style>
a { background-color: #0E737E; }
a { background-color: rgb(14,115,126); }
div.DivClassName
{
background-color: #0E737E;
}
.BgClassName
{
background-color: #0E737E;
}
</style>
border-color css
<style>
span { border-color: #0E737E; }
span { border-color: rgb(14,115,126); }
td.TdClassName
{
border-color: #0E737E;
}
.TagClassName
{
border-color: #0E737E;
}
</style>