Shades of Light Sea Green #28C3BC
Tints of Light Sea Green #28C3BC
RGB
CMYK
RGB Variations
Color information
#28C3BC (or 0x28C3BC) is known color: Light Sea Green. HEX triplet: 28, C3 and BC. RGB value is (40,195,188). Sum of RGB (Red+Green+Blue) = 40+195+188=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #28C3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C3BC is #D73C43. Grayscale: #939393. Windows color (decimal): -14105668 or 12370728. OLE color: 12370728.
HSL color Cylindrical-coordinate representation of color #28C3BC: hue angle of 177.29º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C3BC is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 188 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.24 |
| HSL | 177.29º | 0.66% | 0.46% | - |
| HSV(B) | 177.29º | 0.79% | 0.76% | - |
| XYZ | 29.47 | 43.11 | 54.35 | - |
| YUV | 147.86 | 150.65 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 188 | 0.79 | 0 | 0.04 | 0.24 | 177.29 | 0.66 | 0.46 |
| Hex | 28 | C3 | BC | 4F | 0 | 4 | 18 | B1 | 42 | 2E |
| Octal | 50 | 303 | 274 | 117 | 0 | 4 | 30 | 261 | 102 | 56 |
| Binary | 101000 | 11000011 | 10111100 | 1001111 | 0 | 100 | 11000 | 10110001 | 1000010 | 101110 |
Color Harmonies of #28C3BC
Complementary color
Monochromatic Colors of #28C3BC
Black with #28C3BC
Text Example
Text Example
White with #28C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C3BC; }
p { color: rgb(40,195,188); }
H1.HeaderClassName
{
color: #28C3BC;
}
.AnyTagClassName
{
color: #28C3BC;
}
</style>
background-color css
<style>
a { background-color: #28C3BC; }
a { background-color: rgb(40,195,188); }
div.DivClassName
{
background-color: #28C3BC;
}
.BgClassName
{
background-color: #28C3BC;
}
</style>
border-color css
<style>
span { border-color: #28C3BC; }
span { border-color: rgb(40,195,188); }
td.TdClassName
{
border-color: #28C3BC;
}
.TagClassName
{
border-color: #28C3BC;
}
</style>