Shades of Surfie Green #01737E
Tints of Surfie Green #01737E
RGB
CMYK
RGB Variations
Color information
#01737E (or 0x01737E) is known color: Surfie Green. HEX triplet: 01, 73 and 7E. RGB value is (1,115,126). Sum of RGB (Red+Green+Blue) = 1+115+126=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #01737E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01737E is #FE8C81. Grayscale: #525252. Windows color (decimal): -16682114 or 8286977. OLE color: 8286977.
HSL color Cylindrical-coordinate representation of color #01737E: hue angle of 185.28º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01737E is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 115 | 126 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.51 |
| HSL | 185.28º | 0.98% | 0.25% | - |
| HSV(B) | 185.28º | 0.99% | 0.49% | - |
| XYZ | 9.91 | 13.77 | 21.88 | - |
| YUV | 82.17 | 152.73 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 126 | 0.99 | 0.09 | 0 | 0.51 | 185.28 | 0.98 | 0.25 |
| Hex | 1 | 73 | 7E | 63 | 9 | 0 | 33 | B9 | 62 | 19 |
| Octal | 1 | 163 | 176 | 143 | 11 | 0 | 63 | 271 | 142 | 31 |
| Binary | 1 | 1110011 | 1111110 | 1100011 | 1001 | 0 | 110011 | 10111001 | 1100010 | 11001 |
Color Harmonies of #01737E
Complementary color
Monochromatic Colors of #01737E
Black with #01737E
Text Example
Text Example
White with #01737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01737E; }
p { color: rgb(1,115,126); }
H1.HeaderClassName
{
color: #01737E;
}
.AnyTagClassName
{
color: #01737E;
}
</style>
background-color css
<style>
a { background-color: #01737E; }
a { background-color: rgb(1,115,126); }
div.DivClassName
{
background-color: #01737E;
}
.BgClassName
{
background-color: #01737E;
}
</style>
border-color css
<style>
span { border-color: #01737E; }
span { border-color: rgb(1,115,126); }
td.TdClassName
{
border-color: #01737E;
}
.TagClassName
{
border-color: #01737E;
}
</style>