Shades of Light Sea Green #25BDC9
Tints of Light Sea Green #25BDC9
RGB
CMYK
RGB Variations
Color information
#25BDC9 (or 0x25BDC9) is known color: Light Sea Green. HEX triplet: 25, BD and C9. RGB value is (37,189,201). Sum of RGB (Red+Green+Blue) = 37+189+201=427 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.67% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #25BDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDC9 is #DA4236. Grayscale: #909090. Windows color (decimal): -14303799 or 13221157. OLE color: 13221157.
HSL color Cylindrical-coordinate representation of color #25BDC9: hue angle of 184.39º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25BDC9 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 189 | 201 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.21 |
| HSL | 184.39º | 0.69% | 0.47% | - |
| HSV(B) | 184.39º | 0.82% | 0.79% | - |
| XYZ | 29.5 | 41.01 | 61.62 | - |
| YUV | 144.92 | 159.64 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 201 | 0.82 | 0.06 | 0 | 0.21 | 184.39 | 0.69 | 0.47 |
| Hex | 25 | BD | C9 | 52 | 6 | 0 | 15 | B8 | 45 | 2F |
| Octal | 45 | 275 | 311 | 122 | 6 | 0 | 25 | 270 | 105 | 57 |
| Binary | 100101 | 10111101 | 11001001 | 1010010 | 110 | 0 | 10101 | 10111000 | 1000101 | 101111 |
Color Harmonies of #25BDC9
Complementary color
Monochromatic Colors of #25BDC9
Black with #25BDC9
Text Example
Text Example
White with #25BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BDC9; }
p { color: rgb(37,189,201); }
H1.HeaderClassName
{
color: #25BDC9;
}
.AnyTagClassName
{
color: #25BDC9;
}
</style>
background-color css
<style>
a { background-color: #25BDC9; }
a { background-color: rgb(37,189,201); }
div.DivClassName
{
background-color: #25BDC9;
}
.BgClassName
{
background-color: #25BDC9;
}
</style>
border-color css
<style>
span { border-color: #25BDC9; }
span { border-color: rgb(37,189,201); }
td.TdClassName
{
border-color: #25BDC9;
}
.TagClassName
{
border-color: #25BDC9;
}
</style>