Shades of Surfie Green #107374
Tints of Surfie Green #107374
RGB
CMYK
RGB Variations
Color information
#107374 (or 0x107374) is known color: Surfie Green. HEX triplet: 10, 73 and 74. RGB value is (16,115,116). Sum of RGB (Red+Green+Blue) = 16+115+116=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #107374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107374 is #EF8C8B. Grayscale: #555555. Windows color (decimal): -15699084 or 7631632. OLE color: 7631632.
HSL color Cylindrical-coordinate representation of color #107374: hue angle of 180.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107374 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 116 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.55 |
| HSL | 180.6º | 0.76% | 0.26% | - |
| HSV(B) | 180.6º | 0.86% | 0.45% | - |
| XYZ | 9.5 | 13.63 | 18.65 | - |
| YUV | 85.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 116 | 0.86 | 0.01 | 0 | 0.55 | 180.6 | 0.76 | 0.26 |
| Hex | 10 | 73 | 74 | 56 | 1 | 0 | 37 | B5 | 4C | 1A |
| Octal | 20 | 163 | 164 | 126 | 1 | 0 | 67 | 265 | 114 | 32 |
| Binary | 10000 | 1110011 | 1110100 | 1010110 | 1 | 0 | 110111 | 10110101 | 1001100 | 11010 |
Color Harmonies of #107374
Complementary color
Monochromatic Colors of #107374
Black with #107374
Text Example
Text Example
White with #107374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107374; }
p { color: rgb(16,115,116); }
H1.HeaderClassName
{
color: #107374;
}
.AnyTagClassName
{
color: #107374;
}
</style>
background-color css
<style>
a { background-color: #107374; }
a { background-color: rgb(16,115,116); }
div.DivClassName
{
background-color: #107374;
}
.BgClassName
{
background-color: #107374;
}
</style>
border-color css
<style>
span { border-color: #107374; }
span { border-color: rgb(16,115,116); }
td.TdClassName
{
border-color: #107374;
}
.TagClassName
{
border-color: #107374;
}
</style>