Shades of Light Sea Green #25BDBB
Tints of Light Sea Green #25BDBB
RGB
CMYK
RGB Variations
Color information
#25BDBB (or 0x25BDBB) is known color: Light Sea Green. HEX triplet: 25, BD and BB. RGB value is (37,189,187). Sum of RGB (Red+Green+Blue) = 37+189+187=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #25BDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDBB is #DA4244. Grayscale: #8F8F8F. Windows color (decimal): -14303813 or 12303653. OLE color: 12303653.
HSL color Cylindrical-coordinate representation of color #25BDBB: hue angle of 179.21º 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 #25BDBB is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 189 | 187 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.26 |
| HSL | 179.21º | 0.67% | 0.44% | - |
| HSV(B) | 179.21º | 0.8% | 0.74% | - |
| XYZ | 27.93 | 40.38 | 53.34 | - |
| YUV | 143.32 | 152.64 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 187 | 0.80 | 0 | 0.01 | 0.26 | 179.21 | 0.67 | 0.44 |
| Hex | 25 | BD | BB | 50 | 0 | 1 | 1A | B3 | 43 | 2C |
| Octal | 45 | 275 | 273 | 120 | 0 | 1 | 32 | 263 | 103 | 54 |
| Binary | 100101 | 10111101 | 10111011 | 1010000 | 0 | 1 | 11010 | 10110011 | 1000011 | 101100 |
Color Harmonies of #25BDBB
Complementary color
Monochromatic Colors of #25BDBB
Black with #25BDBB
Text Example
Text Example
White with #25BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BDBB; }
p { color: rgb(37,189,187); }
H1.HeaderClassName
{
color: #25BDBB;
}
.AnyTagClassName
{
color: #25BDBB;
}
</style>
background-color css
<style>
a { background-color: #25BDBB; }
a { background-color: rgb(37,189,187); }
div.DivClassName
{
background-color: #25BDBB;
}
.BgClassName
{
background-color: #25BDBB;
}
</style>
border-color css
<style>
span { border-color: #25BDBB; }
span { border-color: rgb(37,189,187); }
td.TdClassName
{
border-color: #25BDBB;
}
.TagClassName
{
border-color: #25BDBB;
}
</style>