Shades of Light Sea Green #25BAB4
Tints of Light Sea Green #25BAB4
RGB
CMYK
RGB Variations
Color information
#25BAB4 (or 0x25BAB4) is known color: Light Sea Green. HEX triplet: 25, BA and B4. RGB value is (37,186,180). Sum of RGB (Red+Green+Blue) = 37+186+180=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #25BAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BAB4 is #DA454B. Grayscale: #8C8C8C. Windows color (decimal): -14304588 or 11844133. OLE color: 11844133.
HSL color Cylindrical-coordinate representation of color #25BAB4: hue angle of 177.58º 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 #25BAB4 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 180 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.27 |
| HSL | 177.58º | 0.67% | 0.44% | - |
| HSV(B) | 177.58º | 0.8% | 0.73% | - |
| XYZ | 26.56 | 38.81 | 49.27 | - |
| YUV | 140.77 | 150.14 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 180 | 0.80 | 0 | 0.03 | 0.27 | 177.58 | 0.67 | 0.44 |
| Hex | 25 | BA | B4 | 50 | 0 | 3 | 1B | B2 | 43 | 2C |
| Octal | 45 | 272 | 264 | 120 | 0 | 3 | 33 | 262 | 103 | 54 |
| Binary | 100101 | 10111010 | 10110100 | 1010000 | 0 | 11 | 11011 | 10110010 | 1000011 | 101100 |
Color Harmonies of #25BAB4
Complementary color
Monochromatic Colors of #25BAB4
Black with #25BAB4
Text Example
Text Example
White with #25BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BAB4; }
p { color: rgb(37,186,180); }
H1.HeaderClassName
{
color: #25BAB4;
}
.AnyTagClassName
{
color: #25BAB4;
}
</style>
background-color css
<style>
a { background-color: #25BAB4; }
a { background-color: rgb(37,186,180); }
div.DivClassName
{
background-color: #25BAB4;
}
.BgClassName
{
background-color: #25BAB4;
}
</style>
border-color css
<style>
span { border-color: #25BAB4; }
span { border-color: rgb(37,186,180); }
td.TdClassName
{
border-color: #25BAB4;
}
.TagClassName
{
border-color: #25BAB4;
}
</style>