Shades of Light Sea Green #28B09C
Tints of Light Sea Green #28B09C
RGB
CMYK
RGB Variations
Color information
#28B09C (or 0x28B09C) is known color: Light Sea Green. HEX triplet: 28, B0 and 9C. RGB value is (40,176,156). Sum of RGB (Red+Green+Blue) = 40+176+156=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #28B09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B09C is #D74F63. Grayscale: #858585. Windows color (decimal): -14110564 or 10268712. OLE color: 10268712.
HSL color Cylindrical-coordinate representation of color #28B09C: hue angle of 171.18º 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 #28B09C is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 156 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.31 |
| HSL | 171.18º | 0.63% | 0.42% | - |
| HSV(B) | 171.18º | 0.77% | 0.69% | - |
| XYZ | 22.4 | 33.9 | 36.82 | - |
| YUV | 133.06 | 140.94 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 156 | 0.77 | 0 | 0.11 | 0.31 | 171.18 | 0.63 | 0.42 |
| Hex | 28 | B0 | 9C | 4D | 0 | B | 1F | AB | 3F | 2A |
| Octal | 50 | 260 | 234 | 115 | 0 | 13 | 37 | 253 | 77 | 52 |
| Binary | 101000 | 10110000 | 10011100 | 1001101 | 0 | 1011 | 11111 | 10101011 | 111111 | 101010 |
Color Harmonies of #28B09C
Complementary color
Monochromatic Colors of #28B09C
Black with #28B09C
Text Example
Text Example
White with #28B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B09C; }
p { color: rgb(40,176,156); }
H1.HeaderClassName
{
color: #28B09C;
}
.AnyTagClassName
{
color: #28B09C;
}
</style>
background-color css
<style>
a { background-color: #28B09C; }
a { background-color: rgb(40,176,156); }
div.DivClassName
{
background-color: #28B09C;
}
.BgClassName
{
background-color: #28B09C;
}
</style>
border-color css
<style>
span { border-color: #28B09C; }
span { border-color: rgb(40,176,156); }
td.TdClassName
{
border-color: #28B09C;
}
.TagClassName
{
border-color: #28B09C;
}
</style>