Shades of Surfie Green #026F7D
Tints of Surfie Green #026F7D
RGB
CMYK
RGB Variations
Color information
#026F7D (or 0x026F7D) is known color: Surfie Green. HEX triplet: 02, 6F and 7D. RGB value is (2,111,125). Sum of RGB (Red+Green+Blue) = 2+111+125=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #026F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F7D is #FD9082. Grayscale: #4F4F4F. Windows color (decimal): -16617603 or 8220418. OLE color: 8220418.
HSL color Cylindrical-coordinate representation of color #026F7D: hue angle of 186.83º 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 #026F7D is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 111 | 125 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.51 |
| HSL | 186.83º | 0.97% | 0.25% | - |
| HSV(B) | 186.83º | 0.98% | 0.49% | - |
| XYZ | 9.41 | 12.86 | 21.39 | - |
| YUV | 80.01 | 153.39 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 125 | 0.98 | 0.11 | 0 | 0.51 | 186.83 | 0.97 | 0.25 |
| Hex | 2 | 6F | 7D | 62 | B | 0 | 33 | BB | 61 | 19 |
| Octal | 2 | 157 | 175 | 142 | 13 | 0 | 63 | 273 | 141 | 31 |
| Binary | 10 | 1101111 | 1111101 | 1100010 | 1011 | 0 | 110011 | 10111011 | 1100001 | 11001 |
Color Harmonies of #026F7D
Complementary color
Monochromatic Colors of #026F7D
Black with #026F7D
Text Example
Text Example
White with #026F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026F7D; }
p { color: rgb(2,111,125); }
H1.HeaderClassName
{
color: #026F7D;
}
.AnyTagClassName
{
color: #026F7D;
}
</style>
background-color css
<style>
a { background-color: #026F7D; }
a { background-color: rgb(2,111,125); }
div.DivClassName
{
background-color: #026F7D;
}
.BgClassName
{
background-color: #026F7D;
}
</style>
border-color css
<style>
span { border-color: #026F7D; }
span { border-color: rgb(2,111,125); }
td.TdClassName
{
border-color: #026F7D;
}
.TagClassName
{
border-color: #026F7D;
}
</style>