Shades of Light Sea Green #28C4BF
Tints of Light Sea Green #28C4BF
RGB
CMYK
RGB Variations
Color information
#28C4BF (or 0x28C4BF) is known color: Light Sea Green. HEX triplet: 28, C4 and BF. RGB value is (40,196,191). Sum of RGB (Red+Green+Blue) = 40+196+191=427 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.37% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #28C4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C4BF is #D73B40. Grayscale: #949494. Windows color (decimal): -14105409 or 12567592. OLE color: 12567592.
HSL color Cylindrical-coordinate representation of color #28C4BF: hue angle of 178.08º 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 #28C4BF is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 191 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.23 |
| HSL | 178.08º | 0.66% | 0.46% | - |
| HSV(B) | 178.08º | 0.8% | 0.77% | - |
| XYZ | 30.02 | 43.69 | 56.14 | - |
| YUV | 148.79 | 151.82 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 191 | 0.80 | 0 | 0.03 | 0.23 | 178.08 | 0.66 | 0.46 |
| Hex | 28 | C4 | BF | 50 | 0 | 3 | 17 | B2 | 42 | 2E |
| Octal | 50 | 304 | 277 | 120 | 0 | 3 | 27 | 262 | 102 | 56 |
| Binary | 101000 | 11000100 | 10111111 | 1010000 | 0 | 11 | 10111 | 10110010 | 1000010 | 101110 |
Color Harmonies of #28C4BF
Complementary color
Monochromatic Colors of #28C4BF
Black with #28C4BF
Text Example
Text Example
White with #28C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C4BF; }
p { color: rgb(40,196,191); }
H1.HeaderClassName
{
color: #28C4BF;
}
.AnyTagClassName
{
color: #28C4BF;
}
</style>
background-color css
<style>
a { background-color: #28C4BF; }
a { background-color: rgb(40,196,191); }
div.DivClassName
{
background-color: #28C4BF;
}
.BgClassName
{
background-color: #28C4BF;
}
</style>
border-color css
<style>
span { border-color: #28C4BF; }
span { border-color: rgb(40,196,191); }
td.TdClassName
{
border-color: #28C4BF;
}
.TagClassName
{
border-color: #28C4BF;
}
</style>