Shades of Blue Lagoon #125C70
Tints of Blue Lagoon #125C70
RGB
CMYK
RGB Variations
Color information
#125C70 (or 0x125C70) is known color: Blue Lagoon. HEX triplet: 12, 5C and 70. RGB value is (18,92,112). Sum of RGB (Red+Green+Blue) = 18+92+112=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #125C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C70 is #EDA38F. Grayscale: #484848. Windows color (decimal): -15573904 or 7363602. OLE color: 7363602.
HSL color Cylindrical-coordinate representation of color #125C70: hue angle of 192.77º 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 #125C70 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 92 | 112 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.56 |
| HSL | 192.77º | 0.72% | 0.25% | - |
| HSV(B) | 192.77º | 0.84% | 0.44% | - |
| XYZ | 7 | 8.95 | 16.69 | - |
| YUV | 72.15 | 150.48 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 112 | 0.84 | 0.18 | 0 | 0.56 | 192.77 | 0.72 | 0.25 |
| Hex | 12 | 5C | 70 | 54 | 12 | 0 | 38 | C1 | 48 | 19 |
| Octal | 22 | 134 | 160 | 124 | 22 | 0 | 70 | 301 | 110 | 31 |
| Binary | 10010 | 1011100 | 1110000 | 1010100 | 10010 | 0 | 111000 | 11000001 | 1001000 | 11001 |
Color Harmonies of #125C70
Complementary color
Monochromatic Colors of #125C70
Black with #125C70
Text Example
Text Example
White with #125C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C70; }
p { color: rgb(18,92,112); }
H1.HeaderClassName
{
color: #125C70;
}
.AnyTagClassName
{
color: #125C70;
}
</style>
background-color css
<style>
a { background-color: #125C70; }
a { background-color: rgb(18,92,112); }
div.DivClassName
{
background-color: #125C70;
}
.BgClassName
{
background-color: #125C70;
}
</style>
border-color css
<style>
span { border-color: #125C70; }
span { border-color: rgb(18,92,112); }
td.TdClassName
{
border-color: #125C70;
}
.TagClassName
{
border-color: #125C70;
}
</style>