Shades of Light Sea Green #25B3C0
Tints of Light Sea Green #25B3C0
RGB
CMYK
RGB Variations
Color information
#25B3C0 (or 0x25B3C0) is known color: Light Sea Green. HEX triplet: 25, B3 and C0. RGB value is (37,179,192). Sum of RGB (Red+Green+Blue) = 37+179+192=408 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.07% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #25B3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25B3C0 is #DA4C3F. Grayscale: #898989. Windows color (decimal): -14306368 or 12628773. OLE color: 12628773.
HSL color Cylindrical-coordinate representation of color #25B3C0: hue angle of 185.03º 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 #25B3C0 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 179 | 192 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.25 |
| HSL | 185.03º | 0.68% | 0.45% | - |
| HSV(B) | 185.03º | 0.81% | 0.75% | - |
| XYZ | 26.4 | 36.44 | 55.51 | - |
| YUV | 138.02 | 158.46 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 179 | 192 | 0.81 | 0.07 | 0 | 0.25 | 185.03 | 0.68 | 0.45 |
| Hex | 25 | B3 | C0 | 51 | 7 | 0 | 19 | B9 | 44 | 2D |
| Octal | 45 | 263 | 300 | 121 | 7 | 0 | 31 | 271 | 104 | 55 |
| Binary | 100101 | 10110011 | 11000000 | 1010001 | 111 | 0 | 11001 | 10111001 | 1000100 | 101101 |
Color Harmonies of #25B3C0
Complementary color
Monochromatic Colors of #25B3C0
Black with #25B3C0
Text Example
Text Example
White with #25B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B3C0; }
p { color: rgb(37,179,192); }
H1.HeaderClassName
{
color: #25B3C0;
}
.AnyTagClassName
{
color: #25B3C0;
}
</style>
background-color css
<style>
a { background-color: #25B3C0; }
a { background-color: rgb(37,179,192); }
div.DivClassName
{
background-color: #25B3C0;
}
.BgClassName
{
background-color: #25B3C0;
}
</style>
border-color css
<style>
span { border-color: #25B3C0; }
span { border-color: rgb(37,179,192); }
td.TdClassName
{
border-color: #25B3C0;
}
.TagClassName
{
border-color: #25B3C0;
}
</style>