Shades of Light Sea Green #28C5BC
Tints of Light Sea Green #28C5BC
RGB
CMYK
RGB Variations
Color information
#28C5BC (or 0x28C5BC) is known color: Light Sea Green. HEX triplet: 28, C5 and BC. RGB value is (40,197,188). Sum of RGB (Red+Green+Blue) = 40+197+188=425 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.41% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #28C5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C5BC is #D73A43. Grayscale: #949494. Windows color (decimal): -14105156 or 12371240. OLE color: 12371240.
HSL color Cylindrical-coordinate representation of color #28C5BC: hue angle of 176.56º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C5BC is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 188 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.23 |
| HSL | 176.56º | 0.66% | 0.46% | - |
| HSV(B) | 176.56º | 0.8% | 0.77% | - |
| XYZ | 29.92 | 44.01 | 54.5 | - |
| YUV | 149.03 | 149.99 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 188 | 0.80 | 0 | 0.05 | 0.23 | 176.56 | 0.66 | 0.46 |
| Hex | 28 | C5 | BC | 50 | 0 | 5 | 17 | B1 | 42 | 2E |
| Octal | 50 | 305 | 274 | 120 | 0 | 5 | 27 | 261 | 102 | 56 |
| Binary | 101000 | 11000101 | 10111100 | 1010000 | 0 | 101 | 10111 | 10110001 | 1000010 | 101110 |
Color Harmonies of #28C5BC
Complementary color
Monochromatic Colors of #28C5BC
Black with #28C5BC
Text Example
Text Example
White with #28C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C5BC; }
p { color: rgb(40,197,188); }
H1.HeaderClassName
{
color: #28C5BC;
}
.AnyTagClassName
{
color: #28C5BC;
}
</style>
background-color css
<style>
a { background-color: #28C5BC; }
a { background-color: rgb(40,197,188); }
div.DivClassName
{
background-color: #28C5BC;
}
.BgClassName
{
background-color: #28C5BC;
}
</style>
border-color css
<style>
span { border-color: #28C5BC; }
span { border-color: rgb(40,197,188); }
td.TdClassName
{
border-color: #28C5BC;
}
.TagClassName
{
border-color: #28C5BC;
}
</style>