Shades of Blue Lagoon #026E72
Tints of Blue Lagoon #026E72
RGB
CMYK
RGB Variations
Color information
#026E72 (or 0x026E72) is known color: Blue Lagoon. HEX triplet: 02, 6E and 72. RGB value is (2,110,114). Sum of RGB (Red+Green+Blue) = 2+110+114=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #026E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E72 is #FD918D. Grayscale: #4E4E4E. Windows color (decimal): -16617870 or 7499266. OLE color: 7499266.
HSL color Cylindrical-coordinate representation of color #026E72: hue angle of 182.14º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026E72 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 110 | 114 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.55 |
| HSL | 182.14º | 0.97% | 0.23% | - |
| HSV(B) | 182.14º | 0.98% | 0.45% | - |
| XYZ | 8.64 | 12.38 | 17.85 | - |
| YUV | 78.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 114 | 0.98 | 0.04 | 0 | 0.55 | 182.14 | 0.97 | 0.23 |
| Hex | 2 | 6E | 72 | 62 | 4 | 0 | 37 | B6 | 61 | 17 |
| Octal | 2 | 156 | 162 | 142 | 4 | 0 | 67 | 266 | 141 | 27 |
| Binary | 10 | 1101110 | 1110010 | 1100010 | 100 | 0 | 110111 | 10110110 | 1100001 | 10111 |
Color Harmonies of #026E72
Complementary color
Monochromatic Colors of #026E72
Black with #026E72
Text Example
Text Example
White with #026E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E72; }
p { color: rgb(2,110,114); }
H1.HeaderClassName
{
color: #026E72;
}
.AnyTagClassName
{
color: #026E72;
}
</style>
background-color css
<style>
a { background-color: #026E72; }
a { background-color: rgb(2,110,114); }
div.DivClassName
{
background-color: #026E72;
}
.BgClassName
{
background-color: #026E72;
}
</style>
border-color css
<style>
span { border-color: #026E72; }
span { border-color: rgb(2,110,114); }
td.TdClassName
{
border-color: #026E72;
}
.TagClassName
{
border-color: #026E72;
}
</style>