Shades of Blue Lagoon #006165
Tints of Blue Lagoon #006165
RGB
CMYK
RGB Variations
Color information
#006165 (or 0x006165) is known color: Blue Lagoon. HEX triplet: 00, 61 and 65. RGB value is (0,97,101). Sum of RGB (Red+Green+Blue) = 0+97+101=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #006165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006165 is #FF9E9A. Grayscale: #444444. Windows color (decimal): -16752283 or 6643968. OLE color: 6643968.
HSL color Cylindrical-coordinate representation of color #006165: hue angle of 182.38º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006165 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 97 | 101 | - |
| CMYK | 1 | 0.04 | 0 | 0.60 |
| HSL | 182.38º | 1% | 0.2% | - |
| HSV(B) | 182.38º | 1% | 0.4% | - |
| XYZ | 6.62 | 9.49 | 13.79 | - |
| YUV | 68.45 | 146.36 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 101 | 1 | 0.04 | 0 | 0.60 | 182.38 | 1 | 0.2 |
| Hex | 0 | 61 | 65 | 64 | 4 | 0 | 3C | B6 | 64 | 14 |
| Octal | 0 | 141 | 145 | 144 | 4 | 0 | 74 | 266 | 144 | 24 |
| Binary | 0 | 1100001 | 1100101 | 1100100 | 100 | 0 | 111100 | 10110110 | 1100100 | 10100 |
Color Harmonies of #006165
Complementary color
Monochromatic Colors of #006165
Black with #006165
Text Example
Text Example
White with #006165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006165; }
p { color: rgb(0,97,101); }
H1.HeaderClassName
{
color: #006165;
}
.AnyTagClassName
{
color: #006165;
}
</style>
background-color css
<style>
a { background-color: #006165; }
a { background-color: rgb(0,97,101); }
div.DivClassName
{
background-color: #006165;
}
.BgClassName
{
background-color: #006165;
}
</style>
border-color css
<style>
span { border-color: #006165; }
span { border-color: rgb(0,97,101); }
td.TdClassName
{
border-color: #006165;
}
.TagClassName
{
border-color: #006165;
}
</style>