Shades of Surfie Green #02707B
Tints of Surfie Green #02707B
RGB
CMYK
RGB Variations
Color information
#02707B (or 0x02707B) is known color: Surfie Green. HEX triplet: 02, 70 and 7B. RGB value is (2,112,123). Sum of RGB (Red+Green+Blue) = 2+112+123=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #02707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02707B is #FD8F84. Grayscale: #505050. Windows color (decimal): -16617349 or 8089602. OLE color: 8089602.
HSL color Cylindrical-coordinate representation of color #02707B: hue angle of 185.45º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02707B is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 112 | 123 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.52 |
| HSL | 185.45º | 0.97% | 0.25% | - |
| HSV(B) | 185.45º | 0.98% | 0.48% | - |
| XYZ | 9.39 | 13.03 | 20.76 | - |
| YUV | 80.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 123 | 0.98 | 0.09 | 0 | 0.52 | 185.45 | 0.97 | 0.25 |
| Hex | 2 | 70 | 7B | 62 | 9 | 0 | 34 | B9 | 61 | 19 |
| Octal | 2 | 160 | 173 | 142 | 11 | 0 | 64 | 271 | 141 | 31 |
| Binary | 10 | 1110000 | 1111011 | 1100010 | 1001 | 0 | 110100 | 10111001 | 1100001 | 11001 |
Color Harmonies of #02707B
Complementary color
Monochromatic Colors of #02707B
Black with #02707B
Text Example
Text Example
White with #02707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02707B; }
p { color: rgb(2,112,123); }
H1.HeaderClassName
{
color: #02707B;
}
.AnyTagClassName
{
color: #02707B;
}
</style>
background-color css
<style>
a { background-color: #02707B; }
a { background-color: rgb(2,112,123); }
div.DivClassName
{
background-color: #02707B;
}
.BgClassName
{
background-color: #02707B;
}
</style>
border-color css
<style>
span { border-color: #02707B; }
span { border-color: rgb(2,112,123); }
td.TdClassName
{
border-color: #02707B;
}
.TagClassName
{
border-color: #02707B;
}
</style>