Shades of Blue Lagoon #026968
Tints of Blue Lagoon #026968
RGB
CMYK
RGB Variations
Color information
#026968 (or 0x026968) is known color: Blue Lagoon. HEX triplet: 02, 69 and 68. RGB value is (2,105,104). Sum of RGB (Red+Green+Blue) = 2+105+104=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #026968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026968 is #FD9697. Grayscale: #494949. Windows color (decimal): -16619160 or 6842626. OLE color: 6842626.
HSL color Cylindrical-coordinate representation of color #026968: hue angle of 179.42º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026968 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 105 | 104 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.59 |
| HSL | 179.42º | 0.96% | 0.21% | - |
| HSV(B) | 179.42º | 0.98% | 0.41% | - |
| XYZ | 7.58 | 11.12 | 14.84 | - |
| YUV | 74.09 | 144.88 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 104 | 0.98 | 0 | 0.01 | 0.59 | 179.42 | 0.96 | 0.21 |
| Hex | 2 | 69 | 68 | 62 | 0 | 1 | 3B | B3 | 60 | 15 |
| Octal | 2 | 151 | 150 | 142 | 0 | 1 | 73 | 263 | 140 | 25 |
| Binary | 10 | 1101001 | 1101000 | 1100010 | 0 | 1 | 111011 | 10110011 | 1100000 | 10101 |
Color Harmonies of #026968
Complementary color
Monochromatic Colors of #026968
Black with #026968
Text Example
Text Example
White with #026968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026968; }
p { color: rgb(2,105,104); }
H1.HeaderClassName
{
color: #026968;
}
.AnyTagClassName
{
color: #026968;
}
</style>
background-color css
<style>
a { background-color: #026968; }
a { background-color: rgb(2,105,104); }
div.DivClassName
{
background-color: #026968;
}
.BgClassName
{
background-color: #026968;
}
</style>
border-color css
<style>
span { border-color: #026968; }
span { border-color: rgb(2,105,104); }
td.TdClassName
{
border-color: #026968;
}
.TagClassName
{
border-color: #026968;
}
</style>