Shades of Surfie Green #02777A
Tints of Surfie Green #02777A
RGB
CMYK
RGB Variations
Color information
#02777A (or 0x02777A) is known color: Surfie Green. HEX triplet: 02, 77 and 7A. RGB value is (2,119,122). Sum of RGB (Red+Green+Blue) = 2+119+122=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #02777A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02777A is #FD8885. Grayscale: #545454. Windows color (decimal): -16615558 or 8025858. OLE color: 8025858.
HSL color Cylindrical-coordinate representation of color #02777A: hue angle of 181.5º 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 #02777A is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 119 | 122 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.52 |
| HSL | 181.5º | 0.97% | 0.24% | - |
| HSV(B) | 181.5º | 0.98% | 0.48% | - |
| XYZ | 10.13 | 14.61 | 20.7 | - |
| YUV | 84.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 122 | 0.98 | 0.02 | 0 | 0.52 | 181.5 | 0.97 | 0.24 |
| Hex | 2 | 77 | 7A | 62 | 2 | 0 | 34 | B6 | 61 | 18 |
| Octal | 2 | 167 | 172 | 142 | 2 | 0 | 64 | 266 | 141 | 30 |
| Binary | 10 | 1110111 | 1111010 | 1100010 | 10 | 0 | 110100 | 10110110 | 1100001 | 11000 |
Color Harmonies of #02777A
Complementary color
Monochromatic Colors of #02777A
Black with #02777A
Text Example
Text Example
White with #02777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02777A; }
p { color: rgb(2,119,122); }
H1.HeaderClassName
{
color: #02777A;
}
.AnyTagClassName
{
color: #02777A;
}
</style>
background-color css
<style>
a { background-color: #02777A; }
a { background-color: rgb(2,119,122); }
div.DivClassName
{
background-color: #02777A;
}
.BgClassName
{
background-color: #02777A;
}
</style>
border-color css
<style>
span { border-color: #02777A; }
span { border-color: rgb(2,119,122); }
td.TdClassName
{
border-color: #02777A;
}
.TagClassName
{
border-color: #02777A;
}
</style>