Shades of Surfie Green #03707E
Tints of Surfie Green #03707E
RGB
CMYK
RGB Variations
Color information
#03707E (or 0x03707E) is known color: Surfie Green. HEX triplet: 03, 70 and 7E. RGB value is (3,112,126). Sum of RGB (Red+Green+Blue) = 3+112+126=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #03707E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03707E is #FC8F81. Grayscale: #505050. Windows color (decimal): -16551810 or 8286211. OLE color: 8286211.
HSL color Cylindrical-coordinate representation of color #03707E: hue angle of 186.83º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03707E is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 112 | 126 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.51 |
| HSL | 186.83º | 0.95% | 0.25% | - |
| HSV(B) | 186.83º | 0.98% | 0.49% | - |
| XYZ | 9.6 | 13.11 | 21.76 | - |
| YUV | 81.01 | 153.39 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 126 | 0.98 | 0.11 | 0 | 0.51 | 186.83 | 0.95 | 0.25 |
| Hex | 3 | 70 | 7E | 62 | B | 0 | 33 | BB | 5F | 19 |
| Octal | 3 | 160 | 176 | 142 | 13 | 0 | 63 | 273 | 137 | 31 |
| Binary | 11 | 1110000 | 1111110 | 1100010 | 1011 | 0 | 110011 | 10111011 | 1011111 | 11001 |
Color Harmonies of #03707E
Complementary color
Monochromatic Colors of #03707E
Black with #03707E
Text Example
Text Example
White with #03707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03707E; }
p { color: rgb(3,112,126); }
H1.HeaderClassName
{
color: #03707E;
}
.AnyTagClassName
{
color: #03707E;
}
</style>
background-color css
<style>
a { background-color: #03707E; }
a { background-color: rgb(3,112,126); }
div.DivClassName
{
background-color: #03707E;
}
.BgClassName
{
background-color: #03707E;
}
</style>
border-color css
<style>
span { border-color: #03707E; }
span { border-color: rgb(3,112,126); }
td.TdClassName
{
border-color: #03707E;
}
.TagClassName
{
border-color: #03707E;
}
</style>