Shades of Light Sea Green #25AAA5
Tints of Light Sea Green #25AAA5
RGB
CMYK
RGB Variations
Color information
#25AAA5 (or 0x25AAA5) is known color: Light Sea Green. HEX triplet: 25, AA and A5. RGB value is (37,170,165). Sum of RGB (Red+Green+Blue) = 37+170+165=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #25AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AAA5 is #DA555A. Grayscale: #818181. Windows color (decimal): -14308699 or 10856997. OLE color: 10856997.
HSL color Cylindrical-coordinate representation of color #25AAA5: hue angle of 177.74º 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 #25AAA5 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 170 | 165 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.33 |
| HSL | 177.74º | 0.64% | 0.41% | - |
| HSV(B) | 177.74º | 0.78% | 0.67% | - |
| XYZ | 21.93 | 31.86 | 40.59 | - |
| YUV | 129.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 165 | 0.78 | 0 | 0.03 | 0.33 | 177.74 | 0.64 | 0.41 |
| Hex | 25 | AA | A5 | 4E | 0 | 3 | 21 | B2 | 40 | 29 |
| Octal | 45 | 252 | 245 | 116 | 0 | 3 | 41 | 262 | 100 | 51 |
| Binary | 100101 | 10101010 | 10100101 | 1001110 | 0 | 11 | 100001 | 10110010 | 1000000 | 101001 |
Color Harmonies of #25AAA5
Complementary color
Monochromatic Colors of #25AAA5
Black with #25AAA5
Text Example
Text Example
White with #25AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AAA5; }
p { color: rgb(37,170,165); }
H1.HeaderClassName
{
color: #25AAA5;
}
.AnyTagClassName
{
color: #25AAA5;
}
</style>
background-color css
<style>
a { background-color: #25AAA5; }
a { background-color: rgb(37,170,165); }
div.DivClassName
{
background-color: #25AAA5;
}
.BgClassName
{
background-color: #25AAA5;
}
</style>
border-color css
<style>
span { border-color: #25AAA5; }
span { border-color: rgb(37,170,165); }
td.TdClassName
{
border-color: #25AAA5;
}
.TagClassName
{
border-color: #25AAA5;
}
</style>