Shades of Light Sea Green #28C6BC
Tints of Light Sea Green #28C6BC
RGB
CMYK
RGB Variations
Color information
#28C6BC (or 0x28C6BC) is known color: Light Sea Green. HEX triplet: 28, C6 and BC. RGB value is (40,198,188). Sum of RGB (Red+Green+Blue) = 40+198+188=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #28C6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C6BC is #D73943. Grayscale: #959595. Windows color (decimal): -14104900 or 12371496. OLE color: 12371496.
HSL color Cylindrical-coordinate representation of color #28C6BC: hue angle of 176.2º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C6BC is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 188 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.22 |
| HSL | 176.2º | 0.66% | 0.47% | - |
| HSV(B) | 176.2º | 0.8% | 0.78% | - |
| XYZ | 30.15 | 44.47 | 54.57 | - |
| YUV | 149.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 188 | 0.80 | 0 | 0.05 | 0.22 | 176.2 | 0.66 | 0.47 |
| Hex | 28 | C6 | BC | 50 | 0 | 5 | 16 | B0 | 42 | 2F |
| Octal | 50 | 306 | 274 | 120 | 0 | 5 | 26 | 260 | 102 | 57 |
| Binary | 101000 | 11000110 | 10111100 | 1010000 | 0 | 101 | 10110 | 10110000 | 1000010 | 101111 |
Color Harmonies of #28C6BC
Complementary color
Monochromatic Colors of #28C6BC
Black with #28C6BC
Text Example
Text Example
White with #28C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C6BC; }
p { color: rgb(40,198,188); }
H1.HeaderClassName
{
color: #28C6BC;
}
.AnyTagClassName
{
color: #28C6BC;
}
</style>
background-color css
<style>
a { background-color: #28C6BC; }
a { background-color: rgb(40,198,188); }
div.DivClassName
{
background-color: #28C6BC;
}
.BgClassName
{
background-color: #28C6BC;
}
</style>
border-color css
<style>
span { border-color: #28C6BC; }
span { border-color: rgb(40,198,188); }
td.TdClassName
{
border-color: #28C6BC;
}
.TagClassName
{
border-color: #28C6BC;
}
</style>