Shades of Blue Lagoon #125A6A
Tints of Blue Lagoon #125A6A
RGB
CMYK
RGB Variations
Color information
#125A6A (or 0x125A6A) is known color: Blue Lagoon. HEX triplet: 12, 5A and 6A. RGB value is (18,90,106). Sum of RGB (Red+Green+Blue) = 18+90+106=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #125A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A6A is #EDA595. Grayscale: #464646. Windows color (decimal): -15574422 or 6969874. OLE color: 6969874.
HSL color Cylindrical-coordinate representation of color #125A6A: hue angle of 190.91º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125A6A is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 90 | 106 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.58 |
| HSL | 190.91º | 0.71% | 0.24% | - |
| HSV(B) | 190.91º | 0.83% | 0.42% | - |
| XYZ | 6.51 | 8.48 | 14.93 | - |
| YUV | 70.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 106 | 0.83 | 0.15 | 0 | 0.58 | 190.91 | 0.71 | 0.24 |
| Hex | 12 | 5A | 6A | 53 | F | 0 | 3A | BF | 47 | 18 |
| Octal | 22 | 132 | 152 | 123 | 17 | 0 | 72 | 277 | 107 | 30 |
| Binary | 10010 | 1011010 | 1101010 | 1010011 | 1111 | 0 | 111010 | 10111111 | 1000111 | 11000 |
Color Harmonies of #125A6A
Complementary color
Monochromatic Colors of #125A6A
Black with #125A6A
Text Example
Text Example
White with #125A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A6A; }
p { color: rgb(18,90,106); }
H1.HeaderClassName
{
color: #125A6A;
}
.AnyTagClassName
{
color: #125A6A;
}
</style>
background-color css
<style>
a { background-color: #125A6A; }
a { background-color: rgb(18,90,106); }
div.DivClassName
{
background-color: #125A6A;
}
.BgClassName
{
background-color: #125A6A;
}
</style>
border-color css
<style>
span { border-color: #125A6A; }
span { border-color: rgb(18,90,106); }
td.TdClassName
{
border-color: #125A6A;
}
.TagClassName
{
border-color: #125A6A;
}
</style>