Shades of Light Sea Green #25BDC1
Tints of Light Sea Green #25BDC1
RGB
CMYK
RGB Variations
Color information
#25BDC1 (or 0x25BDC1) is known color: Light Sea Green. HEX triplet: 25, BD and C1. RGB value is (37,189,193). Sum of RGB (Red+Green+Blue) = 37+189+193=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #25BDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDC1 is #DA423E. Grayscale: #8F8F8F. Windows color (decimal): -14303807 or 12696869. OLE color: 12696869.
HSL color Cylindrical-coordinate representation of color #25BDC1: hue angle of 181.54º 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 #25BDC1 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 189 | 193 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.24 |
| HSL | 181.54º | 0.68% | 0.45% | - |
| HSV(B) | 181.54º | 0.81% | 0.76% | - |
| XYZ | 28.59 | 40.64 | 56.79 | - |
| YUV | 144.01 | 155.64 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 193 | 0.81 | 0.02 | 0 | 0.24 | 181.54 | 0.68 | 0.45 |
| Hex | 25 | BD | C1 | 51 | 2 | 0 | 18 | B6 | 44 | 2D |
| Octal | 45 | 275 | 301 | 121 | 2 | 0 | 30 | 266 | 104 | 55 |
| Binary | 100101 | 10111101 | 11000001 | 1010001 | 10 | 0 | 11000 | 10110110 | 1000100 | 101101 |
Color Harmonies of #25BDC1
Complementary color
Monochromatic Colors of #25BDC1
Black with #25BDC1
Text Example
Text Example
White with #25BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BDC1; }
p { color: rgb(37,189,193); }
H1.HeaderClassName
{
color: #25BDC1;
}
.AnyTagClassName
{
color: #25BDC1;
}
</style>
background-color css
<style>
a { background-color: #25BDC1; }
a { background-color: rgb(37,189,193); }
div.DivClassName
{
background-color: #25BDC1;
}
.BgClassName
{
background-color: #25BDC1;
}
</style>
border-color css
<style>
span { border-color: #25BDC1; }
span { border-color: rgb(37,189,193); }
td.TdClassName
{
border-color: #25BDC1;
}
.TagClassName
{
border-color: #25BDC1;
}
</style>