Shades of Light Sea Green #25BFB2
Tints of Light Sea Green #25BFB2
RGB
CMYK
RGB Variations
Color information
#25BFB2 (or 0x25BFB2) is known color: Light Sea Green. HEX triplet: 25, BF and B2. RGB value is (37,191,178). Sum of RGB (Red+Green+Blue) = 37+191+178=406 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.11% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #25BFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BFB2 is #DA404D. Grayscale: #8F8F8F. Windows color (decimal): -14303310 or 11714341. OLE color: 11714341.
HSL color Cylindrical-coordinate representation of color #25BFB2: hue angle of 174.94º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BFB2 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 191 | 178 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.25 |
| HSL | 174.94º | 0.68% | 0.45% | - |
| HSV(B) | 174.94º | 0.81% | 0.75% | - |
| XYZ | 27.43 | 40.87 | 48.56 | - |
| YUV | 143.47 | 147.48 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 178 | 0.81 | 0 | 0.07 | 0.25 | 174.94 | 0.68 | 0.45 |
| Hex | 25 | BF | B2 | 51 | 0 | 7 | 19 | AF | 44 | 2D |
| Octal | 45 | 277 | 262 | 121 | 0 | 7 | 31 | 257 | 104 | 55 |
| Binary | 100101 | 10111111 | 10110010 | 1010001 | 0 | 111 | 11001 | 10101111 | 1000100 | 101101 |
Color Harmonies of #25BFB2
Complementary color
Monochromatic Colors of #25BFB2
Black with #25BFB2
Text Example
Text Example
White with #25BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFB2; }
p { color: rgb(37,191,178); }
H1.HeaderClassName
{
color: #25BFB2;
}
.AnyTagClassName
{
color: #25BFB2;
}
</style>
background-color css
<style>
a { background-color: #25BFB2; }
a { background-color: rgb(37,191,178); }
div.DivClassName
{
background-color: #25BFB2;
}
.BgClassName
{
background-color: #25BFB2;
}
</style>
border-color css
<style>
span { border-color: #25BFB2; }
span { border-color: rgb(37,191,178); }
td.TdClassName
{
border-color: #25BFB2;
}
.TagClassName
{
border-color: #25BFB2;
}
</style>