Shades of Surfie Green #02707A
Tints of Surfie Green #02707A
RGB
CMYK
RGB Variations
Color information
#02707A (or 0x02707A) is known color: Surfie Green. HEX triplet: 02, 70 and 7A. RGB value is (2,112,122). Sum of RGB (Red+Green+Blue) = 2+112+122=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #02707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02707A is #FD8F85. Grayscale: #505050. Windows color (decimal): -16617350 or 8024066. OLE color: 8024066.
HSL color Cylindrical-coordinate representation of color #02707A: hue angle of 185º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02707A is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 112 | 122 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.52 |
| HSL | 185º | 0.97% | 0.24% | - |
| HSV(B) | 185º | 0.98% | 0.48% | - |
| XYZ | 9.33 | 13.01 | 20.43 | - |
| YUV | 80.25 | 151.56 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 122 | 0.98 | 0.08 | 0 | 0.52 | 185 | 0.97 | 0.24 |
| Hex | 2 | 70 | 7A | 62 | 8 | 0 | 34 | B9 | 61 | 18 |
| Octal | 2 | 160 | 172 | 142 | 10 | 0 | 64 | 271 | 141 | 30 |
| Binary | 10 | 1110000 | 1111010 | 1100010 | 1000 | 0 | 110100 | 10111001 | 1100001 | 11000 |
Color Harmonies of #02707A
Complementary color
Monochromatic Colors of #02707A
Black with #02707A
Text Example
Text Example
White with #02707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02707A; }
p { color: rgb(2,112,122); }
H1.HeaderClassName
{
color: #02707A;
}
.AnyTagClassName
{
color: #02707A;
}
</style>
background-color css
<style>
a { background-color: #02707A; }
a { background-color: rgb(2,112,122); }
div.DivClassName
{
background-color: #02707A;
}
.BgClassName
{
background-color: #02707A;
}
</style>
border-color css
<style>
span { border-color: #02707A; }
span { border-color: rgb(2,112,122); }
td.TdClassName
{
border-color: #02707A;
}
.TagClassName
{
border-color: #02707A;
}
</style>