Shades of Light Sea Green #25ABA2
Tints of Light Sea Green #25ABA2
RGB
CMYK
RGB Variations
Color information
#25ABA2 (or 0x25ABA2) is known color: Light Sea Green. HEX triplet: 25, AB and A2. RGB value is (37,171,162). Sum of RGB (Red+Green+Blue) = 37+171+162=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #25ABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25ABA2 is #DA545D. Grayscale: #818181. Windows color (decimal): -14308446 or 10660645. OLE color: 10660645.
HSL color Cylindrical-coordinate representation of color #25ABA2: hue angle of 175.97º 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 #25ABA2 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 162 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.33 |
| HSL | 175.97º | 0.64% | 0.41% | - |
| HSV(B) | 175.97º | 0.78% | 0.67% | - |
| XYZ | 21.85 | 32.13 | 39.23 | - |
| YUV | 129.91 | 146.11 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 162 | 0.78 | 0 | 0.05 | 0.33 | 175.97 | 0.64 | 0.41 |
| Hex | 25 | AB | A2 | 4E | 0 | 5 | 21 | B0 | 40 | 29 |
| Octal | 45 | 253 | 242 | 116 | 0 | 5 | 41 | 260 | 100 | 51 |
| Binary | 100101 | 10101011 | 10100010 | 1001110 | 0 | 101 | 100001 | 10110000 | 1000000 | 101001 |
Color Harmonies of #25ABA2
Complementary color
Monochromatic Colors of #25ABA2
Black with #25ABA2
Text Example
Text Example
White with #25ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ABA2; }
p { color: rgb(37,171,162); }
H1.HeaderClassName
{
color: #25ABA2;
}
.AnyTagClassName
{
color: #25ABA2;
}
</style>
background-color css
<style>
a { background-color: #25ABA2; }
a { background-color: rgb(37,171,162); }
div.DivClassName
{
background-color: #25ABA2;
}
.BgClassName
{
background-color: #25ABA2;
}
</style>
border-color css
<style>
span { border-color: #25ABA2; }
span { border-color: rgb(37,171,162); }
td.TdClassName
{
border-color: #25ABA2;
}
.TagClassName
{
border-color: #25ABA2;
}
</style>