Shades of Light Sea Green #25B29C
Tints of Light Sea Green #25B29C
RGB
CMYK
RGB Variations
Color information
#25B29C (or 0x25B29C) is known color: Light Sea Green. HEX triplet: 25, B2 and 9C. RGB value is (37,178,156). Sum of RGB (Red+Green+Blue) = 37+178+156=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #25B29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B29C is #DA4D63. Grayscale: #858585. Windows color (decimal): -14306660 or 10269221. OLE color: 10269221.
HSL color Cylindrical-coordinate representation of color #25B29C: hue angle of 170.64º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B29C is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 178 | 156 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.30 |
| HSL | 170.64º | 0.66% | 0.42% | - |
| HSV(B) | 170.64º | 0.79% | 0.7% | - |
| XYZ | 22.68 | 34.63 | 36.94 | - |
| YUV | 133.33 | 140.79 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 178 | 156 | 0.79 | 0 | 0.12 | 0.30 | 170.64 | 0.66 | 0.42 |
| Hex | 25 | B2 | 9C | 4F | 0 | C | 1E | AB | 42 | 2A |
| Octal | 45 | 262 | 234 | 117 | 0 | 14 | 36 | 253 | 102 | 52 |
| Binary | 100101 | 10110010 | 10011100 | 1001111 | 0 | 1100 | 11110 | 10101011 | 1000010 | 101010 |
Color Harmonies of #25B29C
Complementary color
Monochromatic Colors of #25B29C
Black with #25B29C
Text Example
Text Example
White with #25B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B29C; }
p { color: rgb(37,178,156); }
H1.HeaderClassName
{
color: #25B29C;
}
.AnyTagClassName
{
color: #25B29C;
}
</style>
background-color css
<style>
a { background-color: #25B29C; }
a { background-color: rgb(37,178,156); }
div.DivClassName
{
background-color: #25B29C;
}
.BgClassName
{
background-color: #25B29C;
}
</style>
border-color css
<style>
span { border-color: #25B29C; }
span { border-color: rgb(37,178,156); }
td.TdClassName
{
border-color: #25B29C;
}
.TagClassName
{
border-color: #25B29C;
}
</style>