Shades of Light Sea Green #25BDBA
Tints of Light Sea Green #25BDBA
RGB
CMYK
RGB Variations
Color information
#25BDBA (or 0x25BDBA) is known color: Light Sea Green. HEX triplet: 25, BD and BA. RGB value is (37,189,186). Sum of RGB (Red+Green+Blue) = 37+189+186=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #25BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDBA is #DA4245. Grayscale: #8F8F8F. Windows color (decimal): -14303814 or 12238117. OLE color: 12238117.
HSL color Cylindrical-coordinate representation of color #25BDBA: hue angle of 178.82º 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 #25BDBA is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 189 | 186 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.26 |
| HSL | 178.82º | 0.67% | 0.44% | - |
| HSV(B) | 178.82º | 0.8% | 0.74% | - |
| XYZ | 27.82 | 40.33 | 52.77 | - |
| YUV | 143.21 | 152.14 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 186 | 0.80 | 0 | 0.02 | 0.26 | 178.82 | 0.67 | 0.44 |
| Hex | 25 | BD | BA | 50 | 0 | 2 | 1A | B3 | 43 | 2C |
| Octal | 45 | 275 | 272 | 120 | 0 | 2 | 32 | 263 | 103 | 54 |
| Binary | 100101 | 10111101 | 10111010 | 1010000 | 0 | 10 | 11010 | 10110011 | 1000011 | 101100 |
Color Harmonies of #25BDBA
Complementary color
Monochromatic Colors of #25BDBA
Black with #25BDBA
Text Example
Text Example
White with #25BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BDBA; }
p { color: rgb(37,189,186); }
H1.HeaderClassName
{
color: #25BDBA;
}
.AnyTagClassName
{
color: #25BDBA;
}
</style>
background-color css
<style>
a { background-color: #25BDBA; }
a { background-color: rgb(37,189,186); }
div.DivClassName
{
background-color: #25BDBA;
}
.BgClassName
{
background-color: #25BDBA;
}
</style>
border-color css
<style>
span { border-color: #25BDBA; }
span { border-color: rgb(37,189,186); }
td.TdClassName
{
border-color: #25BDBA;
}
.TagClassName
{
border-color: #25BDBA;
}
</style>