Shades of Light Sea Green #25BCAD
Tints of Light Sea Green #25BCAD
RGB
CMYK
RGB Variations
Color information
#25BCAD (or 0x25BCAD) is known color: Light Sea Green. HEX triplet: 25, BC and AD. RGB value is (37,188,173). Sum of RGB (Red+Green+Blue) = 37+188+173=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #25BCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BCAD is #DA4352. Grayscale: #8D8D8D. Windows color (decimal): -14304083 or 11385893. OLE color: 11385893.
HSL color Cylindrical-coordinate representation of color #25BCAD: hue angle of 174.04º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BCAD is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 173 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.26 |
| HSL | 174.04º | 0.67% | 0.44% | - |
| HSV(B) | 174.04º | 0.8% | 0.74% | - |
| XYZ | 26.29 | 39.38 | 45.75 | - |
| YUV | 141.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 173 | 0.80 | 0 | 0.08 | 0.26 | 174.04 | 0.67 | 0.44 |
| Hex | 25 | BC | AD | 50 | 0 | 8 | 1A | AE | 43 | 2C |
| Octal | 45 | 274 | 255 | 120 | 0 | 10 | 32 | 256 | 103 | 54 |
| Binary | 100101 | 10111100 | 10101101 | 1010000 | 0 | 1000 | 11010 | 10101110 | 1000011 | 101100 |
Color Harmonies of #25BCAD
Complementary color
Monochromatic Colors of #25BCAD
Black with #25BCAD
Text Example
Text Example
White with #25BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BCAD; }
p { color: rgb(37,188,173); }
H1.HeaderClassName
{
color: #25BCAD;
}
.AnyTagClassName
{
color: #25BCAD;
}
</style>
background-color css
<style>
a { background-color: #25BCAD; }
a { background-color: rgb(37,188,173); }
div.DivClassName
{
background-color: #25BCAD;
}
.BgClassName
{
background-color: #25BCAD;
}
</style>
border-color css
<style>
span { border-color: #25BCAD; }
span { border-color: rgb(37,188,173); }
td.TdClassName
{
border-color: #25BCAD;
}
.TagClassName
{
border-color: #25BCAD;
}
</style>