Shades of Blue Lagoon #125D6F
Tints of Blue Lagoon #125D6F
RGB
CMYK
RGB Variations
Color information
#125D6F (or 0x125D6F) is known color: Blue Lagoon. HEX triplet: 12, 5D and 6F. RGB value is (18,93,111). Sum of RGB (Red+Green+Blue) = 18+93+111=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #125D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D6F is #EDA290. Grayscale: #484848. Windows color (decimal): -15573649 or 7298322. OLE color: 7298322.
HSL color Cylindrical-coordinate representation of color #125D6F: hue angle of 191.61º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125D6F is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 93 | 111 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.56 |
| HSL | 191.61º | 0.72% | 0.25% | - |
| HSV(B) | 191.61º | 0.84% | 0.44% | - |
| XYZ | 7.03 | 9.1 | 16.43 | - |
| YUV | 72.63 | 149.65 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 111 | 0.84 | 0.16 | 0 | 0.56 | 191.61 | 0.72 | 0.25 |
| Hex | 12 | 5D | 6F | 54 | 10 | 0 | 38 | C0 | 48 | 19 |
| Octal | 22 | 135 | 157 | 124 | 20 | 0 | 70 | 300 | 110 | 31 |
| Binary | 10010 | 1011101 | 1101111 | 1010100 | 10000 | 0 | 111000 | 11000000 | 1001000 | 11001 |
Color Harmonies of #125D6F
Complementary color
Monochromatic Colors of #125D6F
Black with #125D6F
Text Example
Text Example
White with #125D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D6F; }
p { color: rgb(18,93,111); }
H1.HeaderClassName
{
color: #125D6F;
}
.AnyTagClassName
{
color: #125D6F;
}
</style>
background-color css
<style>
a { background-color: #125D6F; }
a { background-color: rgb(18,93,111); }
div.DivClassName
{
background-color: #125D6F;
}
.BgClassName
{
background-color: #125D6F;
}
</style>
border-color css
<style>
span { border-color: #125D6F; }
span { border-color: rgb(18,93,111); }
td.TdClassName
{
border-color: #125D6F;
}
.TagClassName
{
border-color: #125D6F;
}
</style>