Shades of Light Sea Green #28BBC0
Tints of Light Sea Green #28BBC0
RGB
CMYK
RGB Variations
Color information
#28BBC0 (or 0x28BBC0) is known color: Light Sea Green. HEX triplet: 28, BB and C0. RGB value is (40,187,192). Sum of RGB (Red+Green+Blue) = 40+187+192=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #28BBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBC0 is #D7443F. Grayscale: #8F8F8F. Windows color (decimal): -14107712 or 12630824. OLE color: 12630824.
HSL color Cylindrical-coordinate representation of color #28BBC0: hue angle of 181.97º degrees, saturation: 0.66, 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 #28BBC0 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 187 | 192 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.25 |
| HSL | 181.97º | 0.66% | 0.45% | - |
| HSV(B) | 181.97º | 0.79% | 0.75% | - |
| XYZ | 28.16 | 39.8 | 56.07 | - |
| YUV | 143.62 | 155.3 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 192 | 0.79 | 0.03 | 0 | 0.25 | 181.97 | 0.66 | 0.45 |
| Hex | 28 | BB | C0 | 4F | 3 | 0 | 19 | B6 | 42 | 2D |
| Octal | 50 | 273 | 300 | 117 | 3 | 0 | 31 | 266 | 102 | 55 |
| Binary | 101000 | 10111011 | 11000000 | 1001111 | 11 | 0 | 11001 | 10110110 | 1000010 | 101101 |
Color Harmonies of #28BBC0
Complementary color
Monochromatic Colors of #28BBC0
Black with #28BBC0
Text Example
Text Example
White with #28BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BBC0; }
p { color: rgb(40,187,192); }
H1.HeaderClassName
{
color: #28BBC0;
}
.AnyTagClassName
{
color: #28BBC0;
}
</style>
background-color css
<style>
a { background-color: #28BBC0; }
a { background-color: rgb(40,187,192); }
div.DivClassName
{
background-color: #28BBC0;
}
.BgClassName
{
background-color: #28BBC0;
}
</style>
border-color css
<style>
span { border-color: #28BBC0; }
span { border-color: rgb(40,187,192); }
td.TdClassName
{
border-color: #28BBC0;
}
.TagClassName
{
border-color: #28BBC0;
}
</style>