Shades of Light Sea Green #25B7BC
Tints of Light Sea Green #25B7BC
RGB
CMYK
RGB Variations
Color information
#25B7BC (or 0x25B7BC) is known color: Light Sea Green. HEX triplet: 25, B7 and BC. RGB value is (37,183,188). Sum of RGB (Red+Green+Blue) = 37+183+188=408 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.07% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #25B7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25B7BC is #DA4843. Grayscale: #8B8B8B. Windows color (decimal): -14305348 or 12367653. OLE color: 12367653.
HSL color Cylindrical-coordinate representation of color #25B7BC: hue angle of 181.99º 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 #25B7BC is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 183 | 188 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.26 |
| HSL | 181.99º | 0.67% | 0.44% | - |
| HSV(B) | 181.99º | 0.8% | 0.74% | - |
| XYZ | 26.77 | 37.89 | 53.48 | - |
| YUV | 139.92 | 155.13 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 183 | 188 | 0.80 | 0.03 | 0 | 0.26 | 181.99 | 0.67 | 0.44 |
| Hex | 25 | B7 | BC | 50 | 3 | 0 | 1A | B6 | 43 | 2C |
| Octal | 45 | 267 | 274 | 120 | 3 | 0 | 32 | 266 | 103 | 54 |
| Binary | 100101 | 10110111 | 10111100 | 1010000 | 11 | 0 | 11010 | 10110110 | 1000011 | 101100 |
Color Harmonies of #25B7BC
Complementary color
Monochromatic Colors of #25B7BC
Black with #25B7BC
Text Example
Text Example
White with #25B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B7BC; }
p { color: rgb(37,183,188); }
H1.HeaderClassName
{
color: #25B7BC;
}
.AnyTagClassName
{
color: #25B7BC;
}
</style>
background-color css
<style>
a { background-color: #25B7BC; }
a { background-color: rgb(37,183,188); }
div.DivClassName
{
background-color: #25B7BC;
}
.BgClassName
{
background-color: #25B7BC;
}
</style>
border-color css
<style>
span { border-color: #25B7BC; }
span { border-color: rgb(37,183,188); }
td.TdClassName
{
border-color: #25B7BC;
}
.TagClassName
{
border-color: #25B7BC;
}
</style>