Shades of Surfie Green #018575
Tints of Surfie Green #018575
RGB
CMYK
RGB Variations
Color information
#018575 (or 0x018575) is known color: Surfie Green. HEX triplet: 01, 85 and 75. RGB value is (1,133,117). Sum of RGB (Red+Green+Blue) = 1+133+117=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #018575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018575 is #FE7A8A. Grayscale: #5B5B5B. Windows color (decimal): -16677515 or 7701761. OLE color: 7701761.
HSL color Cylindrical-coordinate representation of color #018575: hue angle of 172.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018575 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 117 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.48 |
| HSL | 172.73º | 0.99% | 0.26% | - |
| HSV(B) | 172.73º | 0.99% | 0.52% | - |
| XYZ | 11.61 | 18.07 | 19.7 | - |
| YUV | 91.71 | 142.27 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 117 | 0.99 | 0 | 0.12 | 0.48 | 172.73 | 0.99 | 0.26 |
| Hex | 1 | 85 | 75 | 63 | 0 | C | 30 | AD | 63 | 1A |
| Octal | 1 | 205 | 165 | 143 | 0 | 14 | 60 | 255 | 143 | 32 |
| Binary | 1 | 10000101 | 1110101 | 1100011 | 0 | 1100 | 110000 | 10101101 | 1100011 | 11010 |
Color Harmonies of #018575
Complementary color
Monochromatic Colors of #018575
Black with #018575
Text Example
Text Example
White with #018575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018575; }
p { color: rgb(1,133,117); }
H1.HeaderClassName
{
color: #018575;
}
.AnyTagClassName
{
color: #018575;
}
</style>
background-color css
<style>
a { background-color: #018575; }
a { background-color: rgb(1,133,117); }
div.DivClassName
{
background-color: #018575;
}
.BgClassName
{
background-color: #018575;
}
</style>
border-color css
<style>
span { border-color: #018575; }
span { border-color: rgb(1,133,117); }
td.TdClassName
{
border-color: #018575;
}
.TagClassName
{
border-color: #018575;
}
</style>