Shades of Light Sea Green #28C4BE
Tints of Light Sea Green #28C4BE
RGB
CMYK
RGB Variations
Color information
#28C4BE (or 0x28C4BE) is known color: Light Sea Green. HEX triplet: 28, C4 and BE. RGB value is (40,196,190). Sum of RGB (Red+Green+Blue) = 40+196+190=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #28C4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C4BE is #D73B41. Grayscale: #949494. Windows color (decimal): -14105410 or 12502056. OLE color: 12502056.
HSL color Cylindrical-coordinate representation of color #28C4BE: hue angle of 177.69º 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 #28C4BE is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 190 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.23 |
| HSL | 177.69º | 0.66% | 0.46% | - |
| HSV(B) | 177.69º | 0.8% | 0.77% | - |
| XYZ | 29.91 | 43.65 | 55.56 | - |
| YUV | 148.67 | 151.32 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 190 | 0.80 | 0 | 0.03 | 0.23 | 177.69 | 0.66 | 0.46 |
| Hex | 28 | C4 | BE | 50 | 0 | 3 | 17 | B2 | 42 | 2E |
| Octal | 50 | 304 | 276 | 120 | 0 | 3 | 27 | 262 | 102 | 56 |
| Binary | 101000 | 11000100 | 10111110 | 1010000 | 0 | 11 | 10111 | 10110010 | 1000010 | 101110 |
Color Harmonies of #28C4BE
Complementary color
Monochromatic Colors of #28C4BE
Black with #28C4BE
Text Example
Text Example
White with #28C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C4BE; }
p { color: rgb(40,196,190); }
H1.HeaderClassName
{
color: #28C4BE;
}
.AnyTagClassName
{
color: #28C4BE;
}
</style>
background-color css
<style>
a { background-color: #28C4BE; }
a { background-color: rgb(40,196,190); }
div.DivClassName
{
background-color: #28C4BE;
}
.BgClassName
{
background-color: #28C4BE;
}
</style>
border-color css
<style>
span { border-color: #28C4BE; }
span { border-color: rgb(40,196,190); }
td.TdClassName
{
border-color: #28C4BE;
}
.TagClassName
{
border-color: #28C4BE;
}
</style>