Shades of Light Sea Green #25ABAA
Tints of Light Sea Green #25ABAA
RGB
CMYK
RGB Variations
Color information
#25ABAA (or 0x25ABAA) is known color: Light Sea Green. HEX triplet: 25, AB and AA. RGB value is (37,171,170). Sum of RGB (Red+Green+Blue) = 37+171+170=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #25ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25ABAA is #DA5455. Grayscale: #828282. Windows color (decimal): -14308438 or 11184933. OLE color: 11184933.
HSL color Cylindrical-coordinate representation of color #25ABAA: hue angle of 179.55º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25ABAA is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 170 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.33 |
| HSL | 179.55º | 0.64% | 0.41% | - |
| HSV(B) | 179.55º | 0.78% | 0.67% | - |
| XYZ | 22.58 | 32.42 | 43.1 | - |
| YUV | 130.82 | 150.11 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 170 | 0.78 | 0 | 0.01 | 0.33 | 179.55 | 0.64 | 0.41 |
| Hex | 25 | AB | AA | 4E | 0 | 1 | 21 | B4 | 40 | 29 |
| Octal | 45 | 253 | 252 | 116 | 0 | 1 | 41 | 264 | 100 | 51 |
| Binary | 100101 | 10101011 | 10101010 | 1001110 | 0 | 1 | 100001 | 10110100 | 1000000 | 101001 |
Color Harmonies of #25ABAA
Complementary color
Monochromatic Colors of #25ABAA
Black with #25ABAA
Text Example
Text Example
White with #25ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ABAA; }
p { color: rgb(37,171,170); }
H1.HeaderClassName
{
color: #25ABAA;
}
.AnyTagClassName
{
color: #25ABAA;
}
</style>
background-color css
<style>
a { background-color: #25ABAA; }
a { background-color: rgb(37,171,170); }
div.DivClassName
{
background-color: #25ABAA;
}
.BgClassName
{
background-color: #25ABAA;
}
</style>
border-color css
<style>
span { border-color: #25ABAA; }
span { border-color: rgb(37,171,170); }
td.TdClassName
{
border-color: #25ABAA;
}
.TagClassName
{
border-color: #25ABAA;
}
</style>