Shades of Light Sea Green #25BABC
Tints of Light Sea Green #25BABC
RGB
CMYK
RGB Variations
Color information
#25BABC (or 0x25BABC) is known color: Light Sea Green. HEX triplet: 25, BA and BC. RGB value is (37,186,188). Sum of RGB (Red+Green+Blue) = 37+186+188=411 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.00% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #25BABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BABC is #DA4543. Grayscale: #8D8D8D. Windows color (decimal): -14304580 or 12368421. OLE color: 12368421.
HSL color Cylindrical-coordinate representation of color #25BABC: hue angle of 180.79º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BABC is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 186 | 188 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.26 |
| HSL | 180.79º | 0.67% | 0.44% | - |
| HSV(B) | 180.79º | 0.8% | 0.74% | - |
| XYZ | 27.4 | 39.14 | 53.69 | - |
| YUV | 141.68 | 154.14 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 188 | 0.80 | 0.01 | 0 | 0.26 | 180.79 | 0.67 | 0.44 |
| Hex | 25 | BA | BC | 50 | 1 | 0 | 1A | B5 | 43 | 2C |
| Octal | 45 | 272 | 274 | 120 | 1 | 0 | 32 | 265 | 103 | 54 |
| Binary | 100101 | 10111010 | 10111100 | 1010000 | 1 | 0 | 11010 | 10110101 | 1000011 | 101100 |
Color Harmonies of #25BABC
Complementary color
Monochromatic Colors of #25BABC
Black with #25BABC
Text Example
Text Example
White with #25BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BABC; }
p { color: rgb(37,186,188); }
H1.HeaderClassName
{
color: #25BABC;
}
.AnyTagClassName
{
color: #25BABC;
}
</style>
background-color css
<style>
a { background-color: #25BABC; }
a { background-color: rgb(37,186,188); }
div.DivClassName
{
background-color: #25BABC;
}
.BgClassName
{
background-color: #25BABC;
}
</style>
border-color css
<style>
span { border-color: #25BABC; }
span { border-color: rgb(37,186,188); }
td.TdClassName
{
border-color: #25BABC;
}
.TagClassName
{
border-color: #25BABC;
}
</style>