Shades of Light Sea Green #25BDBD
Tints of Light Sea Green #25BDBD
RGB
CMYK
RGB Variations
Color information
#25BDBD (or 0x25BDBD) is known color: Light Sea Green. HEX triplet: 25, BD and BD. RGB value is (37,189,189). Sum of RGB (Red+Green+Blue) = 37+189+189=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #25BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDBD is #DA4242. Grayscale: #8F8F8F. Windows color (decimal): -14303811 or 12434725. OLE color: 12434725.
HSL color Cylindrical-coordinate representation of color #25BDBD: hue angle of 180º 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 #25BDBD is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 189 | 189 | - |
| CMYK | 0.80 | 0 | 0 | 0.26 |
| HSL | 180º | 0.67% | 0.44% | - |
| HSV(B) | 180º | 0.8% | 0.74% | - |
| XYZ | 28.15 | 40.46 | 54.47 | - |
| YUV | 143.55 | 153.64 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 189 | 0.80 | 0 | 0 | 0.26 | 180 | 0.67 | 0.44 |
| Hex | 25 | BD | BD | 50 | 0 | 0 | 1A | B4 | 43 | 2C |
| Octal | 45 | 275 | 275 | 120 | 0 | 0 | 32 | 264 | 103 | 54 |
| Binary | 100101 | 10111101 | 10111101 | 1010000 | 0 | 0 | 11010 | 10110100 | 1000011 | 101100 |
Color Harmonies of #25BDBD
Complementary color
Monochromatic Colors of #25BDBD
Black with #25BDBD
Text Example
Text Example
White with #25BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BDBD; }
p { color: rgb(37,189,189); }
H1.HeaderClassName
{
color: #25BDBD;
}
.AnyTagClassName
{
color: #25BDBD;
}
</style>
background-color css
<style>
a { background-color: #25BDBD; }
a { background-color: rgb(37,189,189); }
div.DivClassName
{
background-color: #25BDBD;
}
.BgClassName
{
background-color: #25BDBD;
}
</style>
border-color css
<style>
span { border-color: #25BDBD; }
span { border-color: rgb(37,189,189); }
td.TdClassName
{
border-color: #25BDBD;
}
.TagClassName
{
border-color: #25BDBD;
}
</style>