Shades of Light Sea Green #25B1A1
Tints of Light Sea Green #25B1A1
RGB
CMYK
RGB Variations
Color information
#25B1A1 (or 0x25B1A1) is known color: Light Sea Green. HEX triplet: 25, B1 and A1. RGB value is (37,177,161). Sum of RGB (Red+Green+Blue) = 37+177+161=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #25B1A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B1A1 is #DA4E5E. Grayscale: #858585. Windows color (decimal): -14306911 or 10596645. OLE color: 10596645.
HSL color Cylindrical-coordinate representation of color #25B1A1: hue angle of 173.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B1A1 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 177 | 161 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.31 |
| HSL | 173.14º | 0.65% | 0.42% | - |
| HSV(B) | 173.14º | 0.79% | 0.69% | - |
| XYZ | 22.92 | 34.41 | 39.15 | - |
| YUV | 133.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 177 | 161 | 0.79 | 0 | 0.09 | 0.31 | 173.14 | 0.65 | 0.42 |
| Hex | 25 | B1 | A1 | 4F | 0 | 9 | 1F | AD | 41 | 2A |
| Octal | 45 | 261 | 241 | 117 | 0 | 11 | 37 | 255 | 101 | 52 |
| Binary | 100101 | 10110001 | 10100001 | 1001111 | 0 | 1001 | 11111 | 10101101 | 1000001 | 101010 |
Color Harmonies of #25B1A1
Complementary color
Monochromatic Colors of #25B1A1
Black with #25B1A1
Text Example
Text Example
White with #25B1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B1A1; }
p { color: rgb(37,177,161); }
H1.HeaderClassName
{
color: #25B1A1;
}
.AnyTagClassName
{
color: #25B1A1;
}
</style>
background-color css
<style>
a { background-color: #25B1A1; }
a { background-color: rgb(37,177,161); }
div.DivClassName
{
background-color: #25B1A1;
}
.BgClassName
{
background-color: #25B1A1;
}
</style>
border-color css
<style>
span { border-color: #25B1A1; }
span { border-color: rgb(37,177,161); }
td.TdClassName
{
border-color: #25B1A1;
}
.TagClassName
{
border-color: #25B1A1;
}
</style>