Shades of Light Sea Green #25B3BA
Tints of Light Sea Green #25B3BA
RGB
CMYK
RGB Variations
Color information
#25B3BA (or 0x25B3BA) is known color: Light Sea Green. HEX triplet: 25, B3 and BA. RGB value is (37,179,186). Sum of RGB (Red+Green+Blue) = 37+179+186=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #25B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25B3BA is #DA4C45. Grayscale: #898989. Windows color (decimal): -14306374 or 12235557. OLE color: 12235557.
HSL color Cylindrical-coordinate representation of color #25B3BA: hue angle of 182.82º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B3BA is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 179 | 186 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.27 |
| HSL | 182.82º | 0.67% | 0.44% | - |
| HSV(B) | 182.82º | 0.8% | 0.73% | - |
| XYZ | 25.75 | 36.18 | 52.08 | - |
| YUV | 137.34 | 155.46 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 179 | 186 | 0.80 | 0.04 | 0 | 0.27 | 182.82 | 0.67 | 0.44 |
| Hex | 25 | B3 | BA | 50 | 4 | 0 | 1B | B7 | 43 | 2C |
| Octal | 45 | 263 | 272 | 120 | 4 | 0 | 33 | 267 | 103 | 54 |
| Binary | 100101 | 10110011 | 10111010 | 1010000 | 100 | 0 | 11011 | 10110111 | 1000011 | 101100 |
Color Harmonies of #25B3BA
Complementary color
Monochromatic Colors of #25B3BA
Black with #25B3BA
Text Example
Text Example
White with #25B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B3BA; }
p { color: rgb(37,179,186); }
H1.HeaderClassName
{
color: #25B3BA;
}
.AnyTagClassName
{
color: #25B3BA;
}
</style>
background-color css
<style>
a { background-color: #25B3BA; }
a { background-color: rgb(37,179,186); }
div.DivClassName
{
background-color: #25B3BA;
}
.BgClassName
{
background-color: #25B3BA;
}
</style>
border-color css
<style>
span { border-color: #25B3BA; }
span { border-color: rgb(37,179,186); }
td.TdClassName
{
border-color: #25B3BA;
}
.TagClassName
{
border-color: #25B3BA;
}
</style>