Shades of Surfie Green #03707C
Tints of Surfie Green #03707C
RGB
CMYK
RGB Variations
Color information
#03707C (or 0x03707C) is known color: Surfie Green. HEX triplet: 03, 70 and 7C. RGB value is (3,112,124). Sum of RGB (Red+Green+Blue) = 3+112+124=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #03707C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03707C is #FC8F83. Grayscale: #505050. Windows color (decimal): -16551812 or 8155139. OLE color: 8155139.
HSL color Cylindrical-coordinate representation of color #03707C: hue angle of 185.95º 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 #03707C is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 112 | 124 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.51 |
| HSL | 185.95º | 0.95% | 0.25% | - |
| HSV(B) | 185.95º | 0.98% | 0.49% | - |
| XYZ | 9.47 | 13.06 | 21.09 | - |
| YUV | 80.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 124 | 0.98 | 0.10 | 0 | 0.51 | 185.95 | 0.95 | 0.25 |
| Hex | 3 | 70 | 7C | 62 | A | 0 | 33 | BA | 5F | 19 |
| Octal | 3 | 160 | 174 | 142 | 12 | 0 | 63 | 272 | 137 | 31 |
| Binary | 11 | 1110000 | 1111100 | 1100010 | 1010 | 0 | 110011 | 10111010 | 1011111 | 11001 |
Color Harmonies of #03707C
Complementary color
Monochromatic Colors of #03707C
Black with #03707C
Text Example
Text Example
White with #03707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03707C; }
p { color: rgb(3,112,124); }
H1.HeaderClassName
{
color: #03707C;
}
.AnyTagClassName
{
color: #03707C;
}
</style>
background-color css
<style>
a { background-color: #03707C; }
a { background-color: rgb(3,112,124); }
div.DivClassName
{
background-color: #03707C;
}
.BgClassName
{
background-color: #03707C;
}
</style>
border-color css
<style>
span { border-color: #03707C; }
span { border-color: rgb(3,112,124); }
td.TdClassName
{
border-color: #03707C;
}
.TagClassName
{
border-color: #03707C;
}
</style>