Shades of Surfie Green #057B7B
Tints of Surfie Green #057B7B
RGB
CMYK
RGB Variations
Color information
#057B7B (or 0x057B7B) is known color: Surfie Green. HEX triplet: 05, 7B and 7B. RGB value is (5,123,123). Sum of RGB (Red+Green+Blue) = 5+123+123=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #057B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B7B is #FA8484. Grayscale: #575757. Windows color (decimal): -16417925 or 8092421. OLE color: 8092421.
HSL color Cylindrical-coordinate representation of color #057B7B: hue angle of 180º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B7B is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 123 | - |
| CMYK | 0.96 | 0 | 0 | 0.52 |
| HSL | 180º | 0.92% | 0.25% | - |
| HSV(B) | 180º | 0.96% | 0.48% | - |
| XYZ | 10.72 | 15.63 | 21.19 | - |
| YUV | 87.72 | 147.91 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 123 | 0.96 | 0 | 0 | 0.52 | 180 | 0.92 | 0.25 |
| Hex | 5 | 7B | 7B | 60 | 0 | 0 | 34 | B4 | 5C | 19 |
| Octal | 5 | 173 | 173 | 140 | 0 | 0 | 64 | 264 | 134 | 31 |
| Binary | 101 | 1111011 | 1111011 | 1100000 | 0 | 0 | 110100 | 10110100 | 1011100 | 11001 |
Color Harmonies of #057B7B
Complementary color
Monochromatic Colors of #057B7B
Black with #057B7B
Text Example
Text Example
White with #057B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B7B; }
p { color: rgb(5,123,123); }
H1.HeaderClassName
{
color: #057B7B;
}
.AnyTagClassName
{
color: #057B7B;
}
</style>
background-color css
<style>
a { background-color: #057B7B; }
a { background-color: rgb(5,123,123); }
div.DivClassName
{
background-color: #057B7B;
}
.BgClassName
{
background-color: #057B7B;
}
</style>
border-color css
<style>
span { border-color: #057B7B; }
span { border-color: rgb(5,123,123); }
td.TdClassName
{
border-color: #057B7B;
}
.TagClassName
{
border-color: #057B7B;
}
</style>