Shades of Light Sea Green #25B8BC
Tints of Light Sea Green #25B8BC
RGB
CMYK
RGB Variations
Color information
#25B8BC (or 0x25B8BC) is known color: Light Sea Green. HEX triplet: 25, B8 and BC. RGB value is (37,184,188). Sum of RGB (Red+Green+Blue) = 37+184+188=409 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.05% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #25B8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25B8BC is #DA4743. Grayscale: #8C8C8C. Windows color (decimal): -14305092 or 12367909. OLE color: 12367909.
HSL color Cylindrical-coordinate representation of color #25B8BC: hue angle of 181.59º 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 #25B8BC is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 184 | 188 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.26 |
| HSL | 181.59º | 0.67% | 0.44% | - |
| HSV(B) | 181.59º | 0.8% | 0.74% | - |
| XYZ | 26.98 | 38.31 | 53.55 | - |
| YUV | 140.5 | 154.8 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 184 | 188 | 0.80 | 0.02 | 0 | 0.26 | 181.59 | 0.67 | 0.44 |
| Hex | 25 | B8 | BC | 50 | 2 | 0 | 1A | B6 | 43 | 2C |
| Octal | 45 | 270 | 274 | 120 | 2 | 0 | 32 | 266 | 103 | 54 |
| Binary | 100101 | 10111000 | 10111100 | 1010000 | 10 | 0 | 11010 | 10110110 | 1000011 | 101100 |
Color Harmonies of #25B8BC
Complementary color
Monochromatic Colors of #25B8BC
Black with #25B8BC
Text Example
Text Example
White with #25B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B8BC; }
p { color: rgb(37,184,188); }
H1.HeaderClassName
{
color: #25B8BC;
}
.AnyTagClassName
{
color: #25B8BC;
}
</style>
background-color css
<style>
a { background-color: #25B8BC; }
a { background-color: rgb(37,184,188); }
div.DivClassName
{
background-color: #25B8BC;
}
.BgClassName
{
background-color: #25B8BC;
}
</style>
border-color css
<style>
span { border-color: #25B8BC; }
span { border-color: rgb(37,184,188); }
td.TdClassName
{
border-color: #25B8BC;
}
.TagClassName
{
border-color: #25B8BC;
}
</style>