Shades of Light Sea Green #25C0C1
Tints of Light Sea Green #25C0C1
RGB
CMYK
RGB Variations
Color information
#25C0C1 (or 0x25C0C1) is known color: Light Sea Green. HEX triplet: 25, C0 and C1. RGB value is (37,192,193). Sum of RGB (Red+Green+Blue) = 37+192+193=422 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.77% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #25C0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C0C1 is #DA3F3E. Grayscale: #919191. Windows color (decimal): -14303039 or 12697637. OLE color: 12697637.
HSL color Cylindrical-coordinate representation of color #25C0C1: hue angle of 180.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C0C1 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 192 | 193 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.24 |
| HSL | 180.38º | 0.68% | 0.45% | - |
| HSV(B) | 180.38º | 0.81% | 0.76% | - |
| XYZ | 29.24 | 41.94 | 57.01 | - |
| YUV | 145.77 | 154.65 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 192 | 193 | 0.81 | 0.01 | 0 | 0.24 | 180.38 | 0.68 | 0.45 |
| Hex | 25 | C0 | C1 | 51 | 1 | 0 | 18 | B4 | 44 | 2D |
| Octal | 45 | 300 | 301 | 121 | 1 | 0 | 30 | 264 | 104 | 55 |
| Binary | 100101 | 11000000 | 11000001 | 1010001 | 1 | 0 | 11000 | 10110100 | 1000100 | 101101 |
Color Harmonies of #25C0C1
Complementary color
Monochromatic Colors of #25C0C1
Black with #25C0C1
Text Example
Text Example
White with #25C0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C0C1; }
p { color: rgb(37,192,193); }
H1.HeaderClassName
{
color: #25C0C1;
}
.AnyTagClassName
{
color: #25C0C1;
}
</style>
background-color css
<style>
a { background-color: #25C0C1; }
a { background-color: rgb(37,192,193); }
div.DivClassName
{
background-color: #25C0C1;
}
.BgClassName
{
background-color: #25C0C1;
}
</style>
border-color css
<style>
span { border-color: #25C0C1; }
span { border-color: rgb(37,192,193); }
td.TdClassName
{
border-color: #25C0C1;
}
.TagClassName
{
border-color: #25C0C1;
}
</style>