Shades of Blue Lagoon #026A75
Tints of Blue Lagoon #026A75
RGB
CMYK
RGB Variations
Color information
#026A75 (or 0x026A75) is known color: Blue Lagoon. HEX triplet: 02, 6A and 75. RGB value is (2,106,117). Sum of RGB (Red+Green+Blue) = 2+106+117=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #026A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A75 is #FD958A. Grayscale: #4C4C4C. Windows color (decimal): -16618891 or 7694850. OLE color: 7694850.
HSL color Cylindrical-coordinate representation of color #026A75: hue angle of 185.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A75 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 106 | 117 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.54 |
| HSL | 185.74º | 0.97% | 0.23% | - |
| HSV(B) | 185.74º | 0.98% | 0.46% | - |
| XYZ | 8.39 | 11.61 | 18.63 | - |
| YUV | 76.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 117 | 0.98 | 0.09 | 0 | 0.54 | 185.74 | 0.97 | 0.23 |
| Hex | 2 | 6A | 75 | 62 | 9 | 0 | 36 | BA | 61 | 17 |
| Octal | 2 | 152 | 165 | 142 | 11 | 0 | 66 | 272 | 141 | 27 |
| Binary | 10 | 1101010 | 1110101 | 1100010 | 1001 | 0 | 110110 | 10111010 | 1100001 | 10111 |
Color Harmonies of #026A75
Complementary color
Monochromatic Colors of #026A75
Black with #026A75
Text Example
Text Example
White with #026A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A75; }
p { color: rgb(2,106,117); }
H1.HeaderClassName
{
color: #026A75;
}
.AnyTagClassName
{
color: #026A75;
}
</style>
background-color css
<style>
a { background-color: #026A75; }
a { background-color: rgb(2,106,117); }
div.DivClassName
{
background-color: #026A75;
}
.BgClassName
{
background-color: #026A75;
}
</style>
border-color css
<style>
span { border-color: #026A75; }
span { border-color: rgb(2,106,117); }
td.TdClassName
{
border-color: #026A75;
}
.TagClassName
{
border-color: #026A75;
}
</style>