Shades of Light Sea Green #25BCA0
Tints of Light Sea Green #25BCA0
RGB
CMYK
RGB Variations
Color information
#25BCA0 (or 0x25BCA0) is known color: Light Sea Green. HEX triplet: 25, BC and A0. RGB value is (37,188,160). Sum of RGB (Red+Green+Blue) = 37+188+160=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #25BCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BCA0 is #DA435F. Grayscale: #8B8B8B. Windows color (decimal): -14304096 or 10533925. OLE color: 10533925.
HSL color Cylindrical-coordinate representation of color #25BCA0: hue angle of 168.87º 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 #25BCA0 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 160 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.26 |
| HSL | 168.87º | 0.67% | 0.44% | - |
| HSV(B) | 168.87º | 0.8% | 0.74% | - |
| XYZ | 25.09 | 38.9 | 39.44 | - |
| YUV | 139.66 | 139.47 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 160 | 0.80 | 0 | 0.15 | 0.26 | 168.87 | 0.67 | 0.44 |
| Hex | 25 | BC | A0 | 50 | 0 | F | 1A | A9 | 43 | 2C |
| Octal | 45 | 274 | 240 | 120 | 0 | 17 | 32 | 251 | 103 | 54 |
| Binary | 100101 | 10111100 | 10100000 | 1010000 | 0 | 1111 | 11010 | 10101001 | 1000011 | 101100 |
Color Harmonies of #25BCA0
Complementary color
Monochromatic Colors of #25BCA0
Black with #25BCA0
Text Example
Text Example
White with #25BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BCA0; }
p { color: rgb(37,188,160); }
H1.HeaderClassName
{
color: #25BCA0;
}
.AnyTagClassName
{
color: #25BCA0;
}
</style>
background-color css
<style>
a { background-color: #25BCA0; }
a { background-color: rgb(37,188,160); }
div.DivClassName
{
background-color: #25BCA0;
}
.BgClassName
{
background-color: #25BCA0;
}
</style>
border-color css
<style>
span { border-color: #25BCA0; }
span { border-color: rgb(37,188,160); }
td.TdClassName
{
border-color: #25BCA0;
}
.TagClassName
{
border-color: #25BCA0;
}
</style>