Shades of Light Sea Green #25BCBE
Tints of Light Sea Green #25BCBE
RGB
CMYK
RGB Variations
Color information
#25BCBE (or 0x25BCBE) is known color: Light Sea Green. HEX triplet: 25, BC and BE. RGB value is (37,188,190). Sum of RGB (Red+Green+Blue) = 37+188+190=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #25BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BCBE is #DA4341. Grayscale: #8E8E8E. Windows color (decimal): -14304066 or 12500005. OLE color: 12500005.
HSL color Cylindrical-coordinate representation of color #25BCBE: hue angle of 180.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BCBE is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 188 | 190 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.25 |
| HSL | 180.78º | 0.67% | 0.45% | - |
| HSV(B) | 180.78º | 0.81% | 0.75% | - |
| XYZ | 28.04 | 40.08 | 54.97 | - |
| YUV | 143.08 | 154.47 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 190 | 0.81 | 0.01 | 0 | 0.25 | 180.78 | 0.67 | 0.45 |
| Hex | 25 | BC | BE | 51 | 1 | 0 | 19 | B5 | 43 | 2D |
| Octal | 45 | 274 | 276 | 121 | 1 | 0 | 31 | 265 | 103 | 55 |
| Binary | 100101 | 10111100 | 10111110 | 1010001 | 1 | 0 | 11001 | 10110101 | 1000011 | 101101 |
Color Harmonies of #25BCBE
Complementary color
Monochromatic Colors of #25BCBE
Black with #25BCBE
Text Example
Text Example
White with #25BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BCBE; }
p { color: rgb(37,188,190); }
H1.HeaderClassName
{
color: #25BCBE;
}
.AnyTagClassName
{
color: #25BCBE;
}
</style>
background-color css
<style>
a { background-color: #25BCBE; }
a { background-color: rgb(37,188,190); }
div.DivClassName
{
background-color: #25BCBE;
}
.BgClassName
{
background-color: #25BCBE;
}
</style>
border-color css
<style>
span { border-color: #25BCBE; }
span { border-color: rgb(37,188,190); }
td.TdClassName
{
border-color: #25BCBE;
}
.TagClassName
{
border-color: #25BCBE;
}
</style>