Shades of Light Sea Green #25BBA4
Tints of Light Sea Green #25BBA4
RGB
CMYK
RGB Variations
Color information
#25BBA4 (or 0x25BBA4) is known color: Light Sea Green. HEX triplet: 25, BB and A4. RGB value is (37,187,164). Sum of RGB (Red+Green+Blue) = 37+187+164=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #25BBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BBA4 is #DA445B. Grayscale: #8B8B8B. Windows color (decimal): -14304348 or 10795813. OLE color: 10795813.
HSL color Cylindrical-coordinate representation of color #25BBA4: hue angle of 170.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BBA4 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 187 | 164 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.27 |
| HSL | 170.8º | 0.67% | 0.44% | - |
| HSV(B) | 170.8º | 0.8% | 0.73% | - |
| XYZ | 25.23 | 38.61 | 41.25 | - |
| YUV | 139.53 | 141.81 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 164 | 0.80 | 0 | 0.12 | 0.27 | 170.8 | 0.67 | 0.44 |
| Hex | 25 | BB | A4 | 50 | 0 | C | 1B | AB | 43 | 2C |
| Octal | 45 | 273 | 244 | 120 | 0 | 14 | 33 | 253 | 103 | 54 |
| Binary | 100101 | 10111011 | 10100100 | 1010000 | 0 | 1100 | 11011 | 10101011 | 1000011 | 101100 |
Color Harmonies of #25BBA4
Complementary color
Monochromatic Colors of #25BBA4
Black with #25BBA4
Text Example
Text Example
White with #25BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BBA4; }
p { color: rgb(37,187,164); }
H1.HeaderClassName
{
color: #25BBA4;
}
.AnyTagClassName
{
color: #25BBA4;
}
</style>
background-color css
<style>
a { background-color: #25BBA4; }
a { background-color: rgb(37,187,164); }
div.DivClassName
{
background-color: #25BBA4;
}
.BgClassName
{
background-color: #25BBA4;
}
</style>
border-color css
<style>
span { border-color: #25BBA4; }
span { border-color: rgb(37,187,164); }
td.TdClassName
{
border-color: #25BBA4;
}
.TagClassName
{
border-color: #25BBA4;
}
</style>