Shades of Light Sea Green #25BEA0
Tints of Light Sea Green #25BEA0
RGB
CMYK
RGB Variations
Color information
#25BEA0 (or 0x25BEA0) is known color: Light Sea Green. HEX triplet: 25, BE and A0. RGB value is (37,190,160). Sum of RGB (Red+Green+Blue) = 37+190+160=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #25BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BEA0 is #DA415F. Grayscale: #8C8C8C. Windows color (decimal): -14303584 or 10534437. OLE color: 10534437.
HSL color Cylindrical-coordinate representation of color #25BEA0: hue angle of 168.24º 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 #25BEA0 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 190 | 160 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.25 |
| HSL | 168.24º | 0.67% | 0.45% | - |
| HSV(B) | 168.24º | 0.81% | 0.75% | - |
| XYZ | 25.52 | 39.76 | 39.59 | - |
| YUV | 140.83 | 138.81 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 160 | 0.81 | 0 | 0.16 | 0.25 | 168.24 | 0.67 | 0.45 |
| Hex | 25 | BE | A0 | 51 | 0 | 10 | 19 | A8 | 43 | 2D |
| Octal | 45 | 276 | 240 | 121 | 0 | 20 | 31 | 250 | 103 | 55 |
| Binary | 100101 | 10111110 | 10100000 | 1010001 | 0 | 10000 | 11001 | 10101000 | 1000011 | 101101 |
Color Harmonies of #25BEA0
Complementary color
Monochromatic Colors of #25BEA0
Black with #25BEA0
Text Example
Text Example
White with #25BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BEA0; }
p { color: rgb(37,190,160); }
H1.HeaderClassName
{
color: #25BEA0;
}
.AnyTagClassName
{
color: #25BEA0;
}
</style>
background-color css
<style>
a { background-color: #25BEA0; }
a { background-color: rgb(37,190,160); }
div.DivClassName
{
background-color: #25BEA0;
}
.BgClassName
{
background-color: #25BEA0;
}
</style>
border-color css
<style>
span { border-color: #25BEA0; }
span { border-color: rgb(37,190,160); }
td.TdClassName
{
border-color: #25BEA0;
}
.TagClassName
{
border-color: #25BEA0;
}
</style>