Shades of Light Sea Green #28BFC0
Tints of Light Sea Green #28BFC0
RGB
CMYK
RGB Variations
Color information
#28BFC0 (or 0x28BFC0) is known color: Light Sea Green. HEX triplet: 28, BF and C0. RGB value is (40,191,192). Sum of RGB (Red+Green+Blue) = 40+191+192=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #28BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BFC0 is #D7403F. Grayscale: #919191. Windows color (decimal): -14106688 or 12631848. OLE color: 12631848.
HSL color Cylindrical-coordinate representation of color #28BFC0: hue angle of 180.39º 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 #28BFC0 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 191 | 192 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.25 |
| HSL | 180.39º | 0.66% | 0.45% | - |
| HSV(B) | 180.39º | 0.79% | 0.75% | - |
| XYZ | 29.02 | 41.52 | 56.35 | - |
| YUV | 145.97 | 153.97 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 192 | 0.79 | 0.01 | 0 | 0.25 | 180.39 | 0.66 | 0.45 |
| Hex | 28 | BF | C0 | 4F | 1 | 0 | 19 | B4 | 42 | 2D |
| Octal | 50 | 277 | 300 | 117 | 1 | 0 | 31 | 264 | 102 | 55 |
| Binary | 101000 | 10111111 | 11000000 | 1001111 | 1 | 0 | 11001 | 10110100 | 1000010 | 101101 |
Color Harmonies of #28BFC0
Complementary color
Monochromatic Colors of #28BFC0
Black with #28BFC0
Text Example
Text Example
White with #28BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BFC0; }
p { color: rgb(40,191,192); }
H1.HeaderClassName
{
color: #28BFC0;
}
.AnyTagClassName
{
color: #28BFC0;
}
</style>
background-color css
<style>
a { background-color: #28BFC0; }
a { background-color: rgb(40,191,192); }
div.DivClassName
{
background-color: #28BFC0;
}
.BgClassName
{
background-color: #28BFC0;
}
</style>
border-color css
<style>
span { border-color: #28BFC0; }
span { border-color: rgb(40,191,192); }
td.TdClassName
{
border-color: #28BFC0;
}
.TagClassName
{
border-color: #28BFC0;
}
</style>