Shades of Light Sea Green #28B3BC
Tints of Light Sea Green #28B3BC
RGB
CMYK
RGB Variations
Color information
#28B3BC (or 0x28B3BC) is known color: Light Sea Green. HEX triplet: 28, B3 and BC. RGB value is (40,179,188). Sum of RGB (Red+Green+Blue) = 40+179+188=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #28B3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B3BC is #D74C43. Grayscale: #8A8A8A. Windows color (decimal): -14109764 or 12366632. OLE color: 12366632.
HSL color Cylindrical-coordinate representation of color #28B3BC: hue angle of 183.65º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28B3BC is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 179 | 188 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.26 |
| HSL | 183.65º | 0.65% | 0.45% | - |
| HSV(B) | 183.65º | 0.79% | 0.74% | - |
| XYZ | 26.07 | 36.32 | 53.21 | - |
| YUV | 138.47 | 155.95 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 179 | 188 | 0.79 | 0.05 | 0 | 0.26 | 183.65 | 0.65 | 0.45 |
| Hex | 28 | B3 | BC | 4F | 5 | 0 | 1A | B8 | 41 | 2D |
| Octal | 50 | 263 | 274 | 117 | 5 | 0 | 32 | 270 | 101 | 55 |
| Binary | 101000 | 10110011 | 10111100 | 1001111 | 101 | 0 | 11010 | 10111000 | 1000001 | 101101 |
Color Harmonies of #28B3BC
Complementary color
Monochromatic Colors of #28B3BC
Black with #28B3BC
Text Example
Text Example
White with #28B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B3BC; }
p { color: rgb(40,179,188); }
H1.HeaderClassName
{
color: #28B3BC;
}
.AnyTagClassName
{
color: #28B3BC;
}
</style>
background-color css
<style>
a { background-color: #28B3BC; }
a { background-color: rgb(40,179,188); }
div.DivClassName
{
background-color: #28B3BC;
}
.BgClassName
{
background-color: #28B3BC;
}
</style>
border-color css
<style>
span { border-color: #28B3BC; }
span { border-color: rgb(40,179,188); }
td.TdClassName
{
border-color: #28B3BC;
}
.TagClassName
{
border-color: #28B3BC;
}
</style>