Shades of Light Sea Green #28BFC7
Tints of Light Sea Green #28BFC7
RGB
CMYK
RGB Variations
Color information
#28BFC7 (or 0x28BFC7) is known color: Light Sea Green. HEX triplet: 28, BF and C7. RGB value is (40,191,199). Sum of RGB (Red+Green+Blue) = 40+191+199=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #28BFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BFC7 is #D74038. Grayscale: #929292. Windows color (decimal): -14106681 or 13090600. OLE color: 13090600.
HSL color Cylindrical-coordinate representation of color #28BFC7: hue angle of 183.02º degrees, saturation: 0.67, 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 #28BFC7 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 191 | 199 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.22 |
| HSL | 183.02º | 0.67% | 0.47% | - |
| HSV(B) | 183.02º | 0.8% | 0.78% | - |
| XYZ | 29.81 | 41.84 | 60.54 | - |
| YUV | 146.76 | 157.47 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 199 | 0.80 | 0.04 | 0 | 0.22 | 183.02 | 0.67 | 0.47 |
| Hex | 28 | BF | C7 | 50 | 4 | 0 | 16 | B7 | 43 | 2F |
| Octal | 50 | 277 | 307 | 120 | 4 | 0 | 26 | 267 | 103 | 57 |
| Binary | 101000 | 10111111 | 11000111 | 1010000 | 100 | 0 | 10110 | 10110111 | 1000011 | 101111 |
Color Harmonies of #28BFC7
Complementary color
Monochromatic Colors of #28BFC7
Black with #28BFC7
Text Example
Text Example
White with #28BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BFC7; }
p { color: rgb(40,191,199); }
H1.HeaderClassName
{
color: #28BFC7;
}
.AnyTagClassName
{
color: #28BFC7;
}
</style>
background-color css
<style>
a { background-color: #28BFC7; }
a { background-color: rgb(40,191,199); }
div.DivClassName
{
background-color: #28BFC7;
}
.BgClassName
{
background-color: #28BFC7;
}
</style>
border-color css
<style>
span { border-color: #28BFC7; }
span { border-color: rgb(40,191,199); }
td.TdClassName
{
border-color: #28BFC7;
}
.TagClassName
{
border-color: #28BFC7;
}
</style>