Shades of Light Sea Green #28BBC5
Tints of Light Sea Green #28BBC5
RGB
CMYK
RGB Variations
Color information
#28BBC5 (or 0x28BBC5) is known color: Light Sea Green. HEX triplet: 28, BB and C5. RGB value is (40,187,197). Sum of RGB (Red+Green+Blue) = 40+187+197=424 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.43% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #28BBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBC5 is #D7443A. Grayscale: #909090. Windows color (decimal): -14107707 or 12958504. OLE color: 12958504.
HSL color Cylindrical-coordinate representation of color #28BBC5: hue angle of 183.82º 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 #28BBC5 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 187 | 197 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.23 |
| HSL | 183.82º | 0.66% | 0.46% | - |
| HSV(B) | 183.82º | 0.8% | 0.77% | - |
| XYZ | 28.72 | 40.02 | 59.03 | - |
| YUV | 144.19 | 157.8 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 197 | 0.80 | 0.05 | 0 | 0.23 | 183.82 | 0.66 | 0.46 |
| Hex | 28 | BB | C5 | 50 | 5 | 0 | 17 | B8 | 42 | 2E |
| Octal | 50 | 273 | 305 | 120 | 5 | 0 | 27 | 270 | 102 | 56 |
| Binary | 101000 | 10111011 | 11000101 | 1010000 | 101 | 0 | 10111 | 10111000 | 1000010 | 101110 |
Color Harmonies of #28BBC5
Complementary color
Monochromatic Colors of #28BBC5
Black with #28BBC5
Text Example
Text Example
White with #28BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BBC5; }
p { color: rgb(40,187,197); }
H1.HeaderClassName
{
color: #28BBC5;
}
.AnyTagClassName
{
color: #28BBC5;
}
</style>
background-color css
<style>
a { background-color: #28BBC5; }
a { background-color: rgb(40,187,197); }
div.DivClassName
{
background-color: #28BBC5;
}
.BgClassName
{
background-color: #28BBC5;
}
</style>
border-color css
<style>
span { border-color: #28BBC5; }
span { border-color: rgb(40,187,197); }
td.TdClassName
{
border-color: #28BBC5;
}
.TagClassName
{
border-color: #28BBC5;
}
</style>