Shades of Surfie Green #057E76
Tints of Surfie Green #057E76
RGB
CMYK
RGB Variations
Color information
#057E76 (or 0x057E76) is known color: Surfie Green. HEX triplet: 05, 7E and 76. RGB value is (5,126,118). Sum of RGB (Red+Green+Blue) = 5+126+118=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #057E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E76 is #FA8189. Grayscale: #585858. Windows color (decimal): -16417162 or 7765509. OLE color: 7765509.
HSL color Cylindrical-coordinate representation of color #057E76: hue angle of 176.03º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057E76 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 126 | 118 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.51 |
| HSL | 176.03º | 0.92% | 0.26% | - |
| HSV(B) | 176.03º | 0.96% | 0.49% | - |
| XYZ | 10.79 | 16.26 | 19.71 | - |
| YUV | 88.91 | 144.41 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 118 | 0.96 | 0 | 0.06 | 0.51 | 176.03 | 0.92 | 0.26 |
| Hex | 5 | 7E | 76 | 60 | 0 | 6 | 33 | B0 | 5C | 1A |
| Octal | 5 | 176 | 166 | 140 | 0 | 6 | 63 | 260 | 134 | 32 |
| Binary | 101 | 1111110 | 1110110 | 1100000 | 0 | 110 | 110011 | 10110000 | 1011100 | 11010 |
Color Harmonies of #057E76
Complementary color
Monochromatic Colors of #057E76
Black with #057E76
Text Example
Text Example
White with #057E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E76; }
p { color: rgb(5,126,118); }
H1.HeaderClassName
{
color: #057E76;
}
.AnyTagClassName
{
color: #057E76;
}
</style>
background-color css
<style>
a { background-color: #057E76; }
a { background-color: rgb(5,126,118); }
div.DivClassName
{
background-color: #057E76;
}
.BgClassName
{
background-color: #057E76;
}
</style>
border-color css
<style>
span { border-color: #057E76; }
span { border-color: rgb(5,126,118); }
td.TdClassName
{
border-color: #057E76;
}
.TagClassName
{
border-color: #057E76;
}
</style>