Shades of Light Sea Green #25AEBD
Tints of Light Sea Green #25AEBD
RGB
CMYK
RGB Variations
Color information
#25AEBD (or 0x25AEBD) is known color: Light Sea Green. HEX triplet: 25, AE and BD. RGB value is (37,174,189). Sum of RGB (Red+Green+Blue) = 37+174+189=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #25AEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AEBD is #DA5142. Grayscale: #868686. Windows color (decimal): -14307651 or 12430885. OLE color: 12430885.
HSL color Cylindrical-coordinate representation of color #25AEBD: hue angle of 185.92º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25AEBD is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 174 | 189 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.26 |
| HSL | 185.92º | 0.67% | 0.44% | - |
| HSV(B) | 185.92º | 0.8% | 0.74% | - |
| XYZ | 25.08 | 34.34 | 53.45 | - |
| YUV | 134.75 | 158.61 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 174 | 189 | 0.80 | 0.08 | 0 | 0.26 | 185.92 | 0.67 | 0.44 |
| Hex | 25 | AE | BD | 50 | 8 | 0 | 1A | BA | 43 | 2C |
| Octal | 45 | 256 | 275 | 120 | 10 | 0 | 32 | 272 | 103 | 54 |
| Binary | 100101 | 10101110 | 10111101 | 1010000 | 1000 | 0 | 11010 | 10111010 | 1000011 | 101100 |
Color Harmonies of #25AEBD
Complementary color
Monochromatic Colors of #25AEBD
Black with #25AEBD
Text Example
Text Example
White with #25AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AEBD; }
p { color: rgb(37,174,189); }
H1.HeaderClassName
{
color: #25AEBD;
}
.AnyTagClassName
{
color: #25AEBD;
}
</style>
background-color css
<style>
a { background-color: #25AEBD; }
a { background-color: rgb(37,174,189); }
div.DivClassName
{
background-color: #25AEBD;
}
.BgClassName
{
background-color: #25AEBD;
}
</style>
border-color css
<style>
span { border-color: #25AEBD; }
span { border-color: rgb(37,174,189); }
td.TdClassName
{
border-color: #25AEBD;
}
.TagClassName
{
border-color: #25AEBD;
}
</style>