Shades of Blue Lagoon #125D70
Tints of Blue Lagoon #125D70
RGB
CMYK
RGB Variations
Color information
#125D70 (or 0x125D70) is known color: Blue Lagoon. HEX triplet: 12, 5D and 70. RGB value is (18,93,112). Sum of RGB (Red+Green+Blue) = 18+93+112=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #125D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D70 is #EDA28F. Grayscale: #484848. Windows color (decimal): -15573648 or 7363858. OLE color: 7363858.
HSL color Cylindrical-coordinate representation of color #125D70: hue angle of 192.13º 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 #125D70 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 93 | 112 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.56 |
| HSL | 192.13º | 0.72% | 0.25% | - |
| HSV(B) | 192.13º | 0.84% | 0.44% | - |
| XYZ | 7.09 | 9.13 | 16.72 | - |
| YUV | 72.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 112 | 0.84 | 0.17 | 0 | 0.56 | 192.13 | 0.72 | 0.25 |
| Hex | 12 | 5D | 70 | 54 | 11 | 0 | 38 | C0 | 48 | 19 |
| Octal | 22 | 135 | 160 | 124 | 21 | 0 | 70 | 300 | 110 | 31 |
| Binary | 10010 | 1011101 | 1110000 | 1010100 | 10001 | 0 | 111000 | 11000000 | 1001000 | 11001 |
Color Harmonies of #125D70
Complementary color
Monochromatic Colors of #125D70
Black with #125D70
Text Example
Text Example
White with #125D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D70; }
p { color: rgb(18,93,112); }
H1.HeaderClassName
{
color: #125D70;
}
.AnyTagClassName
{
color: #125D70;
}
</style>
background-color css
<style>
a { background-color: #125D70; }
a { background-color: rgb(18,93,112); }
div.DivClassName
{
background-color: #125D70;
}
.BgClassName
{
background-color: #125D70;
}
</style>
border-color css
<style>
span { border-color: #125D70; }
span { border-color: rgb(18,93,112); }
td.TdClassName
{
border-color: #125D70;
}
.TagClassName
{
border-color: #125D70;
}
</style>