Shades of Light Sea Green #28BFB0
Tints of Light Sea Green #28BFB0
RGB
CMYK
RGB Variations
Color information
#28BFB0 (or 0x28BFB0) is known color: Light Sea Green. HEX triplet: 28, BF and B0. RGB value is (40,191,176). Sum of RGB (Red+Green+Blue) = 40+191+176=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #28BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BFB0 is #D7404F. Grayscale: #909090. Windows color (decimal): -14106704 or 11583272. OLE color: 11583272.
HSL color Cylindrical-coordinate representation of color #28BFB0: hue angle of 174.04º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BFB0 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 191 | 176 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.25 |
| HSL | 174.04º | 0.65% | 0.45% | - |
| HSV(B) | 174.04º | 0.79% | 0.75% | - |
| XYZ | 27.34 | 40.85 | 47.52 | - |
| YUV | 144.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 176 | 0.79 | 0 | 0.08 | 0.25 | 174.04 | 0.65 | 0.45 |
| Hex | 28 | BF | B0 | 4F | 0 | 8 | 19 | AE | 41 | 2D |
| Octal | 50 | 277 | 260 | 117 | 0 | 10 | 31 | 256 | 101 | 55 |
| Binary | 101000 | 10111111 | 10110000 | 1001111 | 0 | 1000 | 11001 | 10101110 | 1000001 | 101101 |
Color Harmonies of #28BFB0
Complementary color
Monochromatic Colors of #28BFB0
Black with #28BFB0
Text Example
Text Example
White with #28BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BFB0; }
p { color: rgb(40,191,176); }
H1.HeaderClassName
{
color: #28BFB0;
}
.AnyTagClassName
{
color: #28BFB0;
}
</style>
background-color css
<style>
a { background-color: #28BFB0; }
a { background-color: rgb(40,191,176); }
div.DivClassName
{
background-color: #28BFB0;
}
.BgClassName
{
background-color: #28BFB0;
}
</style>
border-color css
<style>
span { border-color: #28BFB0; }
span { border-color: rgb(40,191,176); }
td.TdClassName
{
border-color: #28BFB0;
}
.TagClassName
{
border-color: #28BFB0;
}
</style>