Shades of Surfie Green #057E7B
Tints of Surfie Green #057E7B
RGB
CMYK
RGB Variations
Color information
#057E7B (or 0x057E7B) is known color: Surfie Green. HEX triplet: 05, 7E and 7B. RGB value is (5,126,123). Sum of RGB (Red+Green+Blue) = 5+126+123=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #057E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E7B is #FA8184. Grayscale: #595959. Windows color (decimal): -16417157 or 8093189. OLE color: 8093189.
HSL color Cylindrical-coordinate representation of color #057E7B: hue angle of 178.51º 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 #057E7B is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 126 | 123 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.51 |
| HSL | 178.51º | 0.92% | 0.26% | - |
| HSV(B) | 178.51º | 0.96% | 0.49% | - |
| XYZ | 11.1 | 16.38 | 21.32 | - |
| YUV | 89.48 | 146.91 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 123 | 0.96 | 0 | 0.02 | 0.51 | 178.51 | 0.92 | 0.26 |
| Hex | 5 | 7E | 7B | 60 | 0 | 2 | 33 | B3 | 5C | 1A |
| Octal | 5 | 176 | 173 | 140 | 0 | 2 | 63 | 263 | 134 | 32 |
| Binary | 101 | 1111110 | 1111011 | 1100000 | 0 | 10 | 110011 | 10110011 | 1011100 | 11010 |
Color Harmonies of #057E7B
Complementary color
Monochromatic Colors of #057E7B
Black with #057E7B
Text Example
Text Example
White with #057E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E7B; }
p { color: rgb(5,126,123); }
H1.HeaderClassName
{
color: #057E7B;
}
.AnyTagClassName
{
color: #057E7B;
}
</style>
background-color css
<style>
a { background-color: #057E7B; }
a { background-color: rgb(5,126,123); }
div.DivClassName
{
background-color: #057E7B;
}
.BgClassName
{
background-color: #057E7B;
}
</style>
border-color css
<style>
span { border-color: #057E7B; }
span { border-color: rgb(5,126,123); }
td.TdClassName
{
border-color: #057E7B;
}
.TagClassName
{
border-color: #057E7B;
}
</style>