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