Shades of Light Sea Green #28B1C0
Tints of Light Sea Green #28B1C0
RGB
CMYK
RGB Variations
Color information
#28B1C0 (or 0x28B1C0) is known color: Light Sea Green. HEX triplet: 28, B1 and C0. RGB value is (40,177,192). Sum of RGB (Red+Green+Blue) = 40+177+192=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #28B1C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B1C0 is #D74E3F. Grayscale: #898989. Windows color (decimal): -14110272 or 12628264. OLE color: 12628264.
HSL color Cylindrical-coordinate representation of color #28B1C0: hue angle of 185.92º 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 #28B1C0 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 177 | 192 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.25 |
| HSL | 185.92º | 0.66% | 0.45% | - |
| HSV(B) | 185.92º | 0.79% | 0.75% | - |
| XYZ | 26.11 | 35.7 | 55.38 | - |
| YUV | 137.75 | 158.61 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 192 | 0.79 | 0.08 | 0 | 0.25 | 185.92 | 0.66 | 0.45 |
| Hex | 28 | B1 | C0 | 4F | 8 | 0 | 19 | BA | 42 | 2D |
| Octal | 50 | 261 | 300 | 117 | 10 | 0 | 31 | 272 | 102 | 55 |
| Binary | 101000 | 10110001 | 11000000 | 1001111 | 1000 | 0 | 11001 | 10111010 | 1000010 | 101101 |
Color Harmonies of #28B1C0
Complementary color
Monochromatic Colors of #28B1C0
Black with #28B1C0
Text Example
Text Example
White with #28B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B1C0; }
p { color: rgb(40,177,192); }
H1.HeaderClassName
{
color: #28B1C0;
}
.AnyTagClassName
{
color: #28B1C0;
}
</style>
background-color css
<style>
a { background-color: #28B1C0; }
a { background-color: rgb(40,177,192); }
div.DivClassName
{
background-color: #28B1C0;
}
.BgClassName
{
background-color: #28B1C0;
}
</style>
border-color css
<style>
span { border-color: #28B1C0; }
span { border-color: rgb(40,177,192); }
td.TdClassName
{
border-color: #28B1C0;
}
.TagClassName
{
border-color: #28B1C0;
}
</style>