Shades of Light Sea Green #25CBC3
Tints of Light Sea Green #25CBC3
RGB
CMYK
RGB Variations
Color information
#25CBC3 (or 0x25CBC3) is known color: Light Sea Green. HEX triplet: 25, CB and C3. RGB value is (37,203,195). Sum of RGB (Red+Green+Blue) = 37+203+195=435 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.51% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #25CBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CBC3 is #DA343C. Grayscale: #989898. Windows color (decimal): -14300221 or 12831525. OLE color: 12831525.
HSL color Cylindrical-coordinate representation of color #25CBC3: hue angle of 177.11º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CBC3 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 195 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.20 |
| HSL | 177.11º | 0.69% | 0.47% | - |
| HSV(B) | 177.11º | 0.82% | 0.8% | - |
| XYZ | 31.97 | 47.05 | 59.03 | - |
| YUV | 152.45 | 152 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 195 | 0.82 | 0 | 0.04 | 0.20 | 177.11 | 0.69 | 0.47 |
| Hex | 25 | CB | C3 | 52 | 0 | 4 | 14 | B1 | 45 | 2F |
| Octal | 45 | 313 | 303 | 122 | 0 | 4 | 24 | 261 | 105 | 57 |
| Binary | 100101 | 11001011 | 11000011 | 1010010 | 0 | 100 | 10100 | 10110001 | 1000101 | 101111 |
Color Harmonies of #25CBC3
Complementary color
Monochromatic Colors of #25CBC3
Black with #25CBC3
Text Example
Text Example
White with #25CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CBC3; }
p { color: rgb(37,203,195); }
H1.HeaderClassName
{
color: #25CBC3;
}
.AnyTagClassName
{
color: #25CBC3;
}
</style>
background-color css
<style>
a { background-color: #25CBC3; }
a { background-color: rgb(37,203,195); }
div.DivClassName
{
background-color: #25CBC3;
}
.BgClassName
{
background-color: #25CBC3;
}
</style>
border-color css
<style>
span { border-color: #25CBC3; }
span { border-color: rgb(37,203,195); }
td.TdClassName
{
border-color: #25CBC3;
}
.TagClassName
{
border-color: #25CBC3;
}
</style>