Shades of Light Sea Green #25BAB7
Tints of Light Sea Green #25BAB7
RGB
CMYK
RGB Variations
Color information
#25BAB7 (or 0x25BAB7) is known color: Light Sea Green. HEX triplet: 25, BA and B7. RGB value is (37,186,183). Sum of RGB (Red+Green+Blue) = 37+186+183=406 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.11% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #25BAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BAB7 is #DA4548. Grayscale: #8C8C8C. Windows color (decimal): -14304585 or 12040741. OLE color: 12040741.
HSL color Cylindrical-coordinate representation of color #25BAB7: hue angle of 178.79º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BAB7 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 183 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.27 |
| HSL | 178.79º | 0.67% | 0.44% | - |
| HSV(B) | 178.79º | 0.8% | 0.73% | - |
| XYZ | 26.87 | 38.93 | 50.9 | - |
| YUV | 141.11 | 151.64 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 183 | 0.80 | 0 | 0.02 | 0.27 | 178.79 | 0.67 | 0.44 |
| Hex | 25 | BA | B7 | 50 | 0 | 2 | 1B | B3 | 43 | 2C |
| Octal | 45 | 272 | 267 | 120 | 0 | 2 | 33 | 263 | 103 | 54 |
| Binary | 100101 | 10111010 | 10110111 | 1010000 | 0 | 10 | 11011 | 10110011 | 1000011 | 101100 |
Color Harmonies of #25BAB7
Complementary color
Monochromatic Colors of #25BAB7
Black with #25BAB7
Text Example
Text Example
White with #25BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BAB7; }
p { color: rgb(37,186,183); }
H1.HeaderClassName
{
color: #25BAB7;
}
.AnyTagClassName
{
color: #25BAB7;
}
</style>
background-color css
<style>
a { background-color: #25BAB7; }
a { background-color: rgb(37,186,183); }
div.DivClassName
{
background-color: #25BAB7;
}
.BgClassName
{
background-color: #25BAB7;
}
</style>
border-color css
<style>
span { border-color: #25BAB7; }
span { border-color: rgb(37,186,183); }
td.TdClassName
{
border-color: #25BAB7;
}
.TagClassName
{
border-color: #25BAB7;
}
</style>