Shades of Light Sea Green #25BCC5
Tints of Light Sea Green #25BCC5
RGB
CMYK
RGB Variations
Color information
#25BCC5 (or 0x25BCC5) is known color: Light Sea Green. HEX triplet: 25, BC and C5. RGB value is (37,188,197). Sum of RGB (Red+Green+Blue) = 37+188+197=422 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.77% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #25BCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BCC5 is #DA433A. Grayscale: #8F8F8F. Windows color (decimal): -14304059 or 12958757. OLE color: 12958757.
HSL color Cylindrical-coordinate representation of color #25BCC5: hue angle of 183.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BCC5 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 188 | 197 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.23 |
| HSL | 183.38º | 0.68% | 0.46% | - |
| HSV(B) | 183.38º | 0.81% | 0.77% | - |
| XYZ | 28.82 | 40.39 | 59.1 | - |
| YUV | 143.88 | 157.97 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 197 | 0.81 | 0.05 | 0 | 0.23 | 183.38 | 0.68 | 0.46 |
| Hex | 25 | BC | C5 | 51 | 5 | 0 | 17 | B7 | 44 | 2E |
| Octal | 45 | 274 | 305 | 121 | 5 | 0 | 27 | 267 | 104 | 56 |
| Binary | 100101 | 10111100 | 11000101 | 1010001 | 101 | 0 | 10111 | 10110111 | 1000100 | 101110 |
Color Harmonies of #25BCC5
Complementary color
Monochromatic Colors of #25BCC5
Black with #25BCC5
Text Example
Text Example
White with #25BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BCC5; }
p { color: rgb(37,188,197); }
H1.HeaderClassName
{
color: #25BCC5;
}
.AnyTagClassName
{
color: #25BCC5;
}
</style>
background-color css
<style>
a { background-color: #25BCC5; }
a { background-color: rgb(37,188,197); }
div.DivClassName
{
background-color: #25BCC5;
}
.BgClassName
{
background-color: #25BCC5;
}
</style>
border-color css
<style>
span { border-color: #25BCC5; }
span { border-color: rgb(37,188,197); }
td.TdClassName
{
border-color: #25BCC5;
}
.TagClassName
{
border-color: #25BCC5;
}
</style>