Shades of Blue Lagoon #125E6B
Tints of Blue Lagoon #125E6B
RGB
CMYK
RGB Variations
Color information
#125E6B (or 0x125E6B) is known color: Blue Lagoon. HEX triplet: 12, 5E and 6B. RGB value is (18,94,107). Sum of RGB (Red+Green+Blue) = 18+94+107=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #125E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E6B is #EDA194. Grayscale: #484848. Windows color (decimal): -15573397 or 7036434. OLE color: 7036434.
HSL color Cylindrical-coordinate representation of color #125E6B: hue angle of 188.76º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125E6B is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 94 | 107 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.58 |
| HSL | 188.76º | 0.71% | 0.25% | - |
| HSV(B) | 188.76º | 0.83% | 0.42% | - |
| XYZ | 6.91 | 9.2 | 15.32 | - |
| YUV | 72.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 107 | 0.83 | 0.12 | 0 | 0.58 | 188.76 | 0.71 | 0.25 |
| Hex | 12 | 5E | 6B | 53 | C | 0 | 3A | BD | 47 | 19 |
| Octal | 22 | 136 | 153 | 123 | 14 | 0 | 72 | 275 | 107 | 31 |
| Binary | 10010 | 1011110 | 1101011 | 1010011 | 1100 | 0 | 111010 | 10111101 | 1000111 | 11001 |
Color Harmonies of #125E6B
Complementary color
Monochromatic Colors of #125E6B
Black with #125E6B
Text Example
Text Example
White with #125E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125E6B; }
p { color: rgb(18,94,107); }
H1.HeaderClassName
{
color: #125E6B;
}
.AnyTagClassName
{
color: #125E6B;
}
</style>
background-color css
<style>
a { background-color: #125E6B; }
a { background-color: rgb(18,94,107); }
div.DivClassName
{
background-color: #125E6B;
}
.BgClassName
{
background-color: #125E6B;
}
</style>
border-color css
<style>
span { border-color: #125E6B; }
span { border-color: rgb(18,94,107); }
td.TdClassName
{
border-color: #125E6B;
}
.TagClassName
{
border-color: #125E6B;
}
</style>