Shades of Blue Lagoon #125C6F
Tints of Blue Lagoon #125C6F
RGB
CMYK
RGB Variations
Color information
#125C6F (or 0x125C6F) is known color: Blue Lagoon. HEX triplet: 12, 5C and 6F. RGB value is (18,92,111). Sum of RGB (Red+Green+Blue) = 18+92+111=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #125C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C6F is #EDA390. Grayscale: #474747. Windows color (decimal): -15573905 or 7298066. OLE color: 7298066.
HSL color Cylindrical-coordinate representation of color #125C6F: hue angle of 192.26º 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 #125C6F is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 92 | 111 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.56 |
| HSL | 192.26º | 0.72% | 0.25% | - |
| HSV(B) | 192.26º | 0.84% | 0.44% | - |
| XYZ | 6.95 | 8.93 | 16.4 | - |
| YUV | 72.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 111 | 0.84 | 0.17 | 0 | 0.56 | 192.26 | 0.72 | 0.25 |
| Hex | 12 | 5C | 6F | 54 | 11 | 0 | 38 | C0 | 48 | 19 |
| Octal | 22 | 134 | 157 | 124 | 21 | 0 | 70 | 300 | 110 | 31 |
| Binary | 10010 | 1011100 | 1101111 | 1010100 | 10001 | 0 | 111000 | 11000000 | 1001000 | 11001 |
Color Harmonies of #125C6F
Complementary color
Monochromatic Colors of #125C6F
Black with #125C6F
Text Example
Text Example
White with #125C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C6F; }
p { color: rgb(18,92,111); }
H1.HeaderClassName
{
color: #125C6F;
}
.AnyTagClassName
{
color: #125C6F;
}
</style>
background-color css
<style>
a { background-color: #125C6F; }
a { background-color: rgb(18,92,111); }
div.DivClassName
{
background-color: #125C6F;
}
.BgClassName
{
background-color: #125C6F;
}
</style>
border-color css
<style>
span { border-color: #125C6F; }
span { border-color: rgb(18,92,111); }
td.TdClassName
{
border-color: #125C6F;
}
.TagClassName
{
border-color: #125C6F;
}
</style>