Shades of Surfie Green #0E737B
Tints of Surfie Green #0E737B
RGB
CMYK
RGB Variations
Color information
#0E737B (or 0x0E737B) is known color: Surfie Green. HEX triplet: 0E, 73 and 7B. RGB value is (14,115,123). Sum of RGB (Red+Green+Blue) = 14+115+123=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E737B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E737B is #F18C84. Grayscale: #555555. Windows color (decimal): -15830149 or 8090382. OLE color: 8090382.
HSL color Cylindrical-coordinate representation of color #0E737B: hue angle of 184.4º degrees, saturation: 0.8, 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 #0E737B is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 115 | 123 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.52 |
| HSL | 184.4º | 0.8% | 0.27% | - |
| HSV(B) | 184.4º | 0.89% | 0.48% | - |
| XYZ | 9.89 | 13.78 | 20.88 | - |
| YUV | 85.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 123 | 0.89 | 0.07 | 0 | 0.52 | 184.4 | 0.8 | 0.27 |
| Hex | E | 73 | 7B | 59 | 7 | 0 | 34 | B8 | 50 | 1B |
| Octal | 16 | 163 | 173 | 131 | 7 | 0 | 64 | 270 | 120 | 33 |
| Binary | 1110 | 1110011 | 1111011 | 1011001 | 111 | 0 | 110100 | 10111000 | 1010000 | 11011 |
Color Harmonies of #0E737B
Complementary color
Monochromatic Colors of #0E737B
Black with #0E737B
Text Example
Text Example
White with #0E737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E737B; }
p { color: rgb(14,115,123); }
H1.HeaderClassName
{
color: #0E737B;
}
.AnyTagClassName
{
color: #0E737B;
}
</style>
background-color css
<style>
a { background-color: #0E737B; }
a { background-color: rgb(14,115,123); }
div.DivClassName
{
background-color: #0E737B;
}
.BgClassName
{
background-color: #0E737B;
}
</style>
border-color css
<style>
span { border-color: #0E737B; }
span { border-color: rgb(14,115,123); }
td.TdClassName
{
border-color: #0E737B;
}
.TagClassName
{
border-color: #0E737B;
}
</style>