Shades of Surfie Green #057373
Tints of Surfie Green #057373
RGB
CMYK
RGB Variations
Color information
#057373 (or 0x057373) is known color: Surfie Green. HEX triplet: 05, 73 and 73. RGB value is (5,115,115). Sum of RGB (Red+Green+Blue) = 5+115+115=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #057373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057373 is #FA8C8C. Grayscale: #525252. Windows color (decimal): -16419981 or 7566085. OLE color: 7566085.
HSL color Cylindrical-coordinate representation of color #057373: hue angle of 180º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057373 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 115 | 115 | - |
| CMYK | 0.96 | 0 | 0 | 0.55 |
| HSL | 180º | 0.92% | 0.24% | - |
| HSV(B) | 180º | 0.96% | 0.45% | - |
| XYZ | 9.29 | 13.53 | 18.34 | - |
| YUV | 82.11 | 146.56 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 115 | 0.96 | 0 | 0 | 0.55 | 180 | 0.92 | 0.24 |
| Hex | 5 | 73 | 73 | 60 | 0 | 0 | 37 | B4 | 5C | 18 |
| Octal | 5 | 163 | 163 | 140 | 0 | 0 | 67 | 264 | 134 | 30 |
| Binary | 101 | 1110011 | 1110011 | 1100000 | 0 | 0 | 110111 | 10110100 | 1011100 | 11000 |
Color Harmonies of #057373
Complementary color
Monochromatic Colors of #057373
Black with #057373
Text Example
Text Example
White with #057373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057373; }
p { color: rgb(5,115,115); }
H1.HeaderClassName
{
color: #057373;
}
.AnyTagClassName
{
color: #057373;
}
</style>
background-color css
<style>
a { background-color: #057373; }
a { background-color: rgb(5,115,115); }
div.DivClassName
{
background-color: #057373;
}
.BgClassName
{
background-color: #057373;
}
</style>
border-color css
<style>
span { border-color: #057373; }
span { border-color: rgb(5,115,115); }
td.TdClassName
{
border-color: #057373;
}
.TagClassName
{
border-color: #057373;
}
</style>