Shades of Surfie Green #027E7A
Tints of Surfie Green #027E7A
RGB
CMYK
RGB Variations
Color information
#027E7A (or 0x027E7A) is known color: Surfie Green. HEX triplet: 02, 7E and 7A. RGB value is (2,126,122). Sum of RGB (Red+Green+Blue) = 2+126+122=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #027E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E7A is #FD8185. Grayscale: #585858. Windows color (decimal): -16613766 or 8027650. OLE color: 8027650.
HSL color Cylindrical-coordinate representation of color #027E7A: hue angle of 178.06º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E7A is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 122 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.51 |
| HSL | 178.06º | 0.97% | 0.25% | - |
| HSV(B) | 178.06º | 0.98% | 0.49% | - |
| XYZ | 11 | 16.34 | 20.99 | - |
| YUV | 88.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 122 | 0.98 | 0 | 0.03 | 0.51 | 178.06 | 0.97 | 0.25 |
| Hex | 2 | 7E | 7A | 62 | 0 | 3 | 33 | B2 | 61 | 19 |
| Octal | 2 | 176 | 172 | 142 | 0 | 3 | 63 | 262 | 141 | 31 |
| Binary | 10 | 1111110 | 1111010 | 1100010 | 0 | 11 | 110011 | 10110010 | 1100001 | 11001 |
Color Harmonies of #027E7A
Complementary color
Monochromatic Colors of #027E7A
Black with #027E7A
Text Example
Text Example
White with #027E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E7A; }
p { color: rgb(2,126,122); }
H1.HeaderClassName
{
color: #027E7A;
}
.AnyTagClassName
{
color: #027E7A;
}
</style>
background-color css
<style>
a { background-color: #027E7A; }
a { background-color: rgb(2,126,122); }
div.DivClassName
{
background-color: #027E7A;
}
.BgClassName
{
background-color: #027E7A;
}
</style>
border-color css
<style>
span { border-color: #027E7A; }
span { border-color: rgb(2,126,122); }
td.TdClassName
{
border-color: #027E7A;
}
.TagClassName
{
border-color: #027E7A;
}
</style>