Shades of Surfie Green #088575
Tints of Surfie Green #088575
RGB
CMYK
RGB Variations
Color information
#088575 (or 0x088575) is known color: Surfie Green. HEX triplet: 08, 85 and 75. RGB value is (8,133,117). Sum of RGB (Red+Green+Blue) = 8+133+117=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #088575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088575 is #F77A8A. Grayscale: #5D5D5D. Windows color (decimal): -16218763 or 7701768. OLE color: 7701768.
HSL color Cylindrical-coordinate representation of color #088575: hue angle of 172.32º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088575 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 117 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.48 |
| HSL | 172.32º | 0.89% | 0.28% | - |
| HSV(B) | 172.32º | 0.94% | 0.52% | - |
| XYZ | 11.7 | 18.11 | 19.71 | - |
| YUV | 93.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 117 | 0.94 | 0 | 0.12 | 0.48 | 172.32 | 0.89 | 0.28 |
| Hex | 8 | 85 | 75 | 5E | 0 | C | 30 | AC | 59 | 1C |
| Octal | 10 | 205 | 165 | 136 | 0 | 14 | 60 | 254 | 131 | 34 |
| Binary | 1000 | 10000101 | 1110101 | 1011110 | 0 | 1100 | 110000 | 10101100 | 1011001 | 11100 |
Color Harmonies of #088575
Complementary color
Monochromatic Colors of #088575
Black with #088575
Text Example
Text Example
White with #088575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088575; }
p { color: rgb(8,133,117); }
H1.HeaderClassName
{
color: #088575;
}
.AnyTagClassName
{
color: #088575;
}
</style>
background-color css
<style>
a { background-color: #088575; }
a { background-color: rgb(8,133,117); }
div.DivClassName
{
background-color: #088575;
}
.BgClassName
{
background-color: #088575;
}
</style>
border-color css
<style>
span { border-color: #088575; }
span { border-color: rgb(8,133,117); }
td.TdClassName
{
border-color: #088575;
}
.TagClassName
{
border-color: #088575;
}
</style>