Shades of Blue Lagoon #025A64
Tints of Blue Lagoon #025A64
RGB
CMYK
RGB Variations
Color information
#025A64 (or 0x025A64) is known color: Blue Lagoon. HEX triplet: 02, 5A and 64. RGB value is (2,90,100). Sum of RGB (Red+Green+Blue) = 2+90+100=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #025A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A64 is #FDA59B. Grayscale: #404040. Windows color (decimal): -16623004 or 6576642. OLE color: 6576642.
HSL color Cylindrical-coordinate representation of color #025A64: hue angle of 186.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A64 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 90 | 100 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.61 |
| HSL | 186.12º | 0.96% | 0.2% | - |
| HSV(B) | 186.12º | 0.98% | 0.39% | - |
| XYZ | 5.98 | 8.25 | 13.33 | - |
| YUV | 64.83 | 147.85 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 100 | 0.98 | 0.10 | 0 | 0.61 | 186.12 | 0.96 | 0.2 |
| Hex | 2 | 5A | 64 | 62 | A | 0 | 3D | BA | 60 | 14 |
| Octal | 2 | 132 | 144 | 142 | 12 | 0 | 75 | 272 | 140 | 24 |
| Binary | 10 | 1011010 | 1100100 | 1100010 | 1010 | 0 | 111101 | 10111010 | 1100000 | 10100 |
Color Harmonies of #025A64
Complementary color
Monochromatic Colors of #025A64
Black with #025A64
Text Example
Text Example
White with #025A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A64; }
p { color: rgb(2,90,100); }
H1.HeaderClassName
{
color: #025A64;
}
.AnyTagClassName
{
color: #025A64;
}
</style>
background-color css
<style>
a { background-color: #025A64; }
a { background-color: rgb(2,90,100); }
div.DivClassName
{
background-color: #025A64;
}
.BgClassName
{
background-color: #025A64;
}
</style>
border-color css
<style>
span { border-color: #025A64; }
span { border-color: rgb(2,90,100); }
td.TdClassName
{
border-color: #025A64;
}
.TagClassName
{
border-color: #025A64;
}
</style>