Shades of Light Sea Green #25BFC0
Tints of Light Sea Green #25BFC0
RGB
CMYK
RGB Variations
Color information
#25BFC0 (or 0x25BFC0) is known color: Light Sea Green. HEX triplet: 25, BF and C0. RGB value is (37,191,192). Sum of RGB (Red+Green+Blue) = 37+191+192=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #25BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFC0 is #DA403F. Grayscale: #909090. Windows color (decimal): -14303296 or 12631845. OLE color: 12631845.
HSL color Cylindrical-coordinate representation of color #25BFC0: hue angle of 180.39º degrees, saturation: 0.68, 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 #25BFC0 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 191 | 192 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.25 |
| HSL | 180.39º | 0.68% | 0.45% | - |
| HSV(B) | 180.39º | 0.81% | 0.75% | - |
| XYZ | 28.91 | 41.46 | 56.35 | - |
| YUV | 145.07 | 154.48 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 192 | 0.81 | 0.01 | 0 | 0.25 | 180.39 | 0.68 | 0.45 |
| Hex | 25 | BF | C0 | 51 | 1 | 0 | 19 | B4 | 44 | 2D |
| Octal | 45 | 277 | 300 | 121 | 1 | 0 | 31 | 264 | 104 | 55 |
| Binary | 100101 | 10111111 | 11000000 | 1010001 | 1 | 0 | 11001 | 10110100 | 1000100 | 101101 |
Color Harmonies of #25BFC0
Complementary color
Monochromatic Colors of #25BFC0
Black with #25BFC0
Text Example
Text Example
White with #25BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFC0; }
p { color: rgb(37,191,192); }
H1.HeaderClassName
{
color: #25BFC0;
}
.AnyTagClassName
{
color: #25BFC0;
}
</style>
background-color css
<style>
a { background-color: #25BFC0; }
a { background-color: rgb(37,191,192); }
div.DivClassName
{
background-color: #25BFC0;
}
.BgClassName
{
background-color: #25BFC0;
}
</style>
border-color css
<style>
span { border-color: #25BFC0; }
span { border-color: rgb(37,191,192); }
td.TdClassName
{
border-color: #25BFC0;
}
.TagClassName
{
border-color: #25BFC0;
}
</style>