Shades of Light Sea Green #25B7AF
Tints of Light Sea Green #25B7AF
RGB
CMYK
RGB Variations
Color information
#25B7AF (or 0x25B7AF) is known color: Light Sea Green. HEX triplet: 25, B7 and AF. RGB value is (37,183,175). Sum of RGB (Red+Green+Blue) = 37+183+175=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #25B7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B7AF is #DA4850. Grayscale: #8A8A8A. Windows color (decimal): -14305361 or 11515685. OLE color: 11515685.
HSL color Cylindrical-coordinate representation of color #25B7AF: hue angle of 176.71º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B7AF is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 183 | 175 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.28 |
| HSL | 176.71º | 0.66% | 0.43% | - |
| HSV(B) | 176.71º | 0.8% | 0.72% | - |
| XYZ | 25.43 | 37.36 | 46.43 | - |
| YUV | 138.43 | 148.63 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 183 | 175 | 0.80 | 0 | 0.04 | 0.28 | 176.71 | 0.66 | 0.43 |
| Hex | 25 | B7 | AF | 50 | 0 | 4 | 1C | B1 | 42 | 2B |
| Octal | 45 | 267 | 257 | 120 | 0 | 4 | 34 | 261 | 102 | 53 |
| Binary | 100101 | 10110111 | 10101111 | 1010000 | 0 | 100 | 11100 | 10110001 | 1000010 | 101011 |
Color Harmonies of #25B7AF
Complementary color
Monochromatic Colors of #25B7AF
Black with #25B7AF
Text Example
Text Example
White with #25B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B7AF; }
p { color: rgb(37,183,175); }
H1.HeaderClassName
{
color: #25B7AF;
}
.AnyTagClassName
{
color: #25B7AF;
}
</style>
background-color css
<style>
a { background-color: #25B7AF; }
a { background-color: rgb(37,183,175); }
div.DivClassName
{
background-color: #25B7AF;
}
.BgClassName
{
background-color: #25B7AF;
}
</style>
border-color css
<style>
span { border-color: #25B7AF; }
span { border-color: rgb(37,183,175); }
td.TdClassName
{
border-color: #25B7AF;
}
.TagClassName
{
border-color: #25B7AF;
}
</style>