Shades of Light Sea Green #25BEBC
Tints of Light Sea Green #25BEBC
RGB
CMYK
RGB Variations
Color information
#25BEBC (or 0x25BEBC) is known color: Light Sea Green. HEX triplet: 25, BE and BC. RGB value is (37,190,188). Sum of RGB (Red+Green+Blue) = 37+190+188=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #25BEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BEBC is #DA4143. Grayscale: #8F8F8F. Windows color (decimal): -14303556 or 12369445. OLE color: 12369445.
HSL color Cylindrical-coordinate representation of color #25BEBC: hue angle of 179.22º 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 #25BEBC is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 190 | 188 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.25 |
| HSL | 179.22º | 0.67% | 0.45% | - |
| HSV(B) | 179.22º | 0.81% | 0.75% | - |
| XYZ | 28.25 | 40.85 | 53.97 | - |
| YUV | 144.03 | 152.81 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 188 | 0.81 | 0 | 0.01 | 0.25 | 179.22 | 0.67 | 0.45 |
| Hex | 25 | BE | BC | 51 | 0 | 1 | 19 | B3 | 43 | 2D |
| Octal | 45 | 276 | 274 | 121 | 0 | 1 | 31 | 263 | 103 | 55 |
| Binary | 100101 | 10111110 | 10111100 | 1010001 | 0 | 1 | 11001 | 10110011 | 1000011 | 101101 |
Color Harmonies of #25BEBC
Complementary color
Monochromatic Colors of #25BEBC
Black with #25BEBC
Text Example
Text Example
White with #25BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BEBC; }
p { color: rgb(37,190,188); }
H1.HeaderClassName
{
color: #25BEBC;
}
.AnyTagClassName
{
color: #25BEBC;
}
</style>
background-color css
<style>
a { background-color: #25BEBC; }
a { background-color: rgb(37,190,188); }
div.DivClassName
{
background-color: #25BEBC;
}
.BgClassName
{
background-color: #25BEBC;
}
</style>
border-color css
<style>
span { border-color: #25BEBC; }
span { border-color: rgb(37,190,188); }
td.TdClassName
{
border-color: #25BEBC;
}
.TagClassName
{
border-color: #25BEBC;
}
</style>