Shades of Surfie Green #036F7E
Tints of Surfie Green #036F7E
RGB
CMYK
RGB Variations
Color information
#036F7E (or 0x036F7E) is known color: Surfie Green. HEX triplet: 03, 6F and 7E. RGB value is (3,111,126). Sum of RGB (Red+Green+Blue) = 3+111+126=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #036F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F7E is #FC9081. Grayscale: #505050. Windows color (decimal): -16552066 or 8285955. OLE color: 8285955.
HSL color Cylindrical-coordinate representation of color #036F7E: hue angle of 187.32º 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 #036F7E is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 111 | 126 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.51 |
| HSL | 187.32º | 0.95% | 0.25% | - |
| HSV(B) | 187.32º | 0.98% | 0.49% | - |
| XYZ | 9.49 | 12.89 | 21.73 | - |
| YUV | 80.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 126 | 0.98 | 0.12 | 0 | 0.51 | 187.32 | 0.95 | 0.25 |
| Hex | 3 | 6F | 7E | 62 | C | 0 | 33 | BB | 5F | 19 |
| Octal | 3 | 157 | 176 | 142 | 14 | 0 | 63 | 273 | 137 | 31 |
| Binary | 11 | 1101111 | 1111110 | 1100010 | 1100 | 0 | 110011 | 10111011 | 1011111 | 11001 |
Color Harmonies of #036F7E
Complementary color
Monochromatic Colors of #036F7E
Black with #036F7E
Text Example
Text Example
White with #036F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F7E; }
p { color: rgb(3,111,126); }
H1.HeaderClassName
{
color: #036F7E;
}
.AnyTagClassName
{
color: #036F7E;
}
</style>
background-color css
<style>
a { background-color: #036F7E; }
a { background-color: rgb(3,111,126); }
div.DivClassName
{
background-color: #036F7E;
}
.BgClassName
{
background-color: #036F7E;
}
</style>
border-color css
<style>
span { border-color: #036F7E; }
span { border-color: rgb(3,111,126); }
td.TdClassName
{
border-color: #036F7E;
}
.TagClassName
{
border-color: #036F7E;
}
</style>