Shades of Surfie Green #047B7B
Tints of Surfie Green #047B7B
RGB
CMYK
RGB Variations
Color information
#047B7B (or 0x047B7B) is known color: Surfie Green. HEX triplet: 04, 7B and 7B. RGB value is (4,123,123). Sum of RGB (Red+Green+Blue) = 4+123+123=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #047B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047B7B is #FB8484. Grayscale: #575757. Windows color (decimal): -16483461 or 8092420. OLE color: 8092420.
HSL color Cylindrical-coordinate representation of color #047B7B: hue angle of 180º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047B7B is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 123 | 123 | - |
| CMYK | 0.97 | 0 | 0 | 0.52 |
| HSL | 180º | 0.94% | 0.25% | - |
| HSV(B) | 180º | 0.97% | 0.48% | - |
| XYZ | 10.71 | 15.62 | 21.19 | - |
| YUV | 87.42 | 148.08 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 123 | 0.97 | 0 | 0 | 0.52 | 180 | 0.94 | 0.25 |
| Hex | 4 | 7B | 7B | 61 | 0 | 0 | 34 | B4 | 5E | 19 |
| Octal | 4 | 173 | 173 | 141 | 0 | 0 | 64 | 264 | 136 | 31 |
| Binary | 100 | 1111011 | 1111011 | 1100001 | 0 | 0 | 110100 | 10110100 | 1011110 | 11001 |
Color Harmonies of #047B7B
Complementary color
Monochromatic Colors of #047B7B
Black with #047B7B
Text Example
Text Example
White with #047B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047B7B; }
p { color: rgb(4,123,123); }
H1.HeaderClassName
{
color: #047B7B;
}
.AnyTagClassName
{
color: #047B7B;
}
</style>
background-color css
<style>
a { background-color: #047B7B; }
a { background-color: rgb(4,123,123); }
div.DivClassName
{
background-color: #047B7B;
}
.BgClassName
{
background-color: #047B7B;
}
</style>
border-color css
<style>
span { border-color: #047B7B; }
span { border-color: rgb(4,123,123); }
td.TdClassName
{
border-color: #047B7B;
}
.TagClassName
{
border-color: #047B7B;
}
</style>