Shades of Blue Lagoon #02666E
Tints of Blue Lagoon #02666E
RGB
CMYK
RGB Variations
Color information
#02666E (or 0x02666E) is known color: Blue Lagoon. HEX triplet: 02, 66 and 6E. RGB value is (2,102,110). Sum of RGB (Red+Green+Blue) = 2+102+110=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #02666E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02666E is #FD9991. Grayscale: #484848. Windows color (decimal): -16619922 or 7235074. OLE color: 7235074.
HSL color Cylindrical-coordinate representation of color #02666E: hue angle of 184.44º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02666E is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 102 | 110 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.57 |
| HSL | 184.44º | 0.96% | 0.22% | - |
| HSV(B) | 184.44º | 0.98% | 0.43% | - |
| XYZ | 7.59 | 10.64 | 16.41 | - |
| YUV | 73.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 110 | 0.98 | 0.07 | 0 | 0.57 | 184.44 | 0.96 | 0.22 |
| Hex | 2 | 66 | 6E | 62 | 7 | 0 | 39 | B8 | 60 | 16 |
| Octal | 2 | 146 | 156 | 142 | 7 | 0 | 71 | 270 | 140 | 26 |
| Binary | 10 | 1100110 | 1101110 | 1100010 | 111 | 0 | 111001 | 10111000 | 1100000 | 10110 |
Color Harmonies of #02666E
Complementary color
Monochromatic Colors of #02666E
Black with #02666E
Text Example
Text Example
White with #02666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02666E; }
p { color: rgb(2,102,110); }
H1.HeaderClassName
{
color: #02666E;
}
.AnyTagClassName
{
color: #02666E;
}
</style>
background-color css
<style>
a { background-color: #02666E; }
a { background-color: rgb(2,102,110); }
div.DivClassName
{
background-color: #02666E;
}
.BgClassName
{
background-color: #02666E;
}
</style>
border-color css
<style>
span { border-color: #02666E; }
span { border-color: rgb(2,102,110); }
td.TdClassName
{
border-color: #02666E;
}
.TagClassName
{
border-color: #02666E;
}
</style>