Shades of Medium Sea Green #28B06B
Tints of Medium Sea Green #28B06B
RGB
CMYK
RGB Variations
Color information
#28B06B (or 0x28B06B) is known color: Medium Sea Green. HEX triplet: 28, B0 and 6B. RGB value is (40,176,107). Sum of RGB (Red+Green+Blue) = 40+176+107=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 176 (69.14% from 255 or 54.49% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 176 - color contains mainly: green. Hex color #28B06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B06B is #D74F94. Grayscale: #7F7F7F. Windows color (decimal): -14110613 or 7057448. OLE color: 7057448.
HSL color Cylindrical-coordinate representation of color #28B06B: hue angle of 149.56º 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 #28B06B is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 107 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.31 |
| HSL | 149.56º | 0.63% | 0.42% | - |
| HSV(B) | 149.56º | 0.77% | 0.69% | - |
| XYZ | 19.05 | 32.56 | 19.19 | - |
| YUV | 127.47 | 116.44 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 107 | 0.77 | 0 | 0.39 | 0.31 | 149.56 | 0.63 | 0.42 |
| Hex | 28 | B0 | 6B | 4D | 0 | 27 | 1F | 96 | 3F | 2A |
| Octal | 50 | 260 | 153 | 115 | 0 | 47 | 37 | 226 | 77 | 52 |
| Binary | 101000 | 10110000 | 1101011 | 1001101 | 0 | 100111 | 11111 | 10010110 | 111111 | 101010 |
Color Harmonies of #28B06B
Complementary color
Monochromatic Colors of #28B06B
Black with #28B06B
Text Example
Text Example
White with #28B06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B06B; }
p { color: rgb(40,176,107); }
H1.HeaderClassName
{
color: #28B06B;
}
.AnyTagClassName
{
color: #28B06B;
}
</style>
background-color css
<style>
a { background-color: #28B06B; }
a { background-color: rgb(40,176,107); }
div.DivClassName
{
background-color: #28B06B;
}
.BgClassName
{
background-color: #28B06B;
}
</style>
border-color css
<style>
span { border-color: #28B06B; }
span { border-color: rgb(40,176,107); }
td.TdClassName
{
border-color: #28B06B;
}
.TagClassName
{
border-color: #28B06B;
}
</style>