Shades of Light Sea Green #28B09F
Tints of Light Sea Green #28B09F
RGB
CMYK
RGB Variations
Color information
#28B09F (or 0x28B09F) is known color: Light Sea Green. HEX triplet: 28, B0 and 9F. RGB value is (40,176,159). Sum of RGB (Red+Green+Blue) = 40+176+159=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #28B09F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B09F is #D74F60. Grayscale: #858585. Windows color (decimal): -14110561 or 10465320. OLE color: 10465320.
HSL color Cylindrical-coordinate representation of color #28B09F: hue angle of 172.5º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B09F is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 159 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.31 |
| HSL | 172.5º | 0.63% | 0.42% | - |
| HSV(B) | 172.5º | 0.77% | 0.69% | - |
| XYZ | 22.66 | 34 | 38.17 | - |
| YUV | 133.4 | 142.44 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 159 | 0.77 | 0 | 0.10 | 0.31 | 172.5 | 0.63 | 0.42 |
| Hex | 28 | B0 | 9F | 4D | 0 | A | 1F | AC | 3F | 2A |
| Octal | 50 | 260 | 237 | 115 | 0 | 12 | 37 | 254 | 77 | 52 |
| Binary | 101000 | 10110000 | 10011111 | 1001101 | 0 | 1010 | 11111 | 10101100 | 111111 | 101010 |
Color Harmonies of #28B09F
Complementary color
Monochromatic Colors of #28B09F
Black with #28B09F
Text Example
Text Example
White with #28B09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B09F; }
p { color: rgb(40,176,159); }
H1.HeaderClassName
{
color: #28B09F;
}
.AnyTagClassName
{
color: #28B09F;
}
</style>
background-color css
<style>
a { background-color: #28B09F; }
a { background-color: rgb(40,176,159); }
div.DivClassName
{
background-color: #28B09F;
}
.BgClassName
{
background-color: #28B09F;
}
</style>
border-color css
<style>
span { border-color: #28B09F; }
span { border-color: rgb(40,176,159); }
td.TdClassName
{
border-color: #28B09F;
}
.TagClassName
{
border-color: #28B09F;
}
</style>