Shades of Medium Sea Green #28AF6B
Tints of Medium Sea Green #28AF6B
RGB
CMYK
RGB Variations
Color information
#28AF6B (or 0x28AF6B) is known color: Medium Sea Green. HEX triplet: 28, AF and 6B. RGB value is (40,175,107). Sum of RGB (Red+Green+Blue) = 40+175+107=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF6B is #D75094. Grayscale: #7F7F7F. Windows color (decimal): -14110869 or 7057192. OLE color: 7057192.
HSL color Cylindrical-coordinate representation of color #28AF6B: hue angle of 149.78º 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 #28AF6B is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 107 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.31 |
| HSL | 149.78º | 0.63% | 0.42% | - |
| HSV(B) | 149.78º | 0.77% | 0.69% | - |
| XYZ | 18.86 | 32.17 | 19.13 | - |
| YUV | 126.88 | 116.77 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 107 | 0.77 | 0 | 0.39 | 0.31 | 149.78 | 0.63 | 0.42 |
| Hex | 28 | AF | 6B | 4D | 0 | 27 | 1F | 96 | 3F | 2A |
| Octal | 50 | 257 | 153 | 115 | 0 | 47 | 37 | 226 | 77 | 52 |
| Binary | 101000 | 10101111 | 1101011 | 1001101 | 0 | 100111 | 11111 | 10010110 | 111111 | 101010 |
Color Harmonies of #28AF6B
Complementary color
Monochromatic Colors of #28AF6B
Black with #28AF6B
Text Example
Text Example
White with #28AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF6B; }
p { color: rgb(40,175,107); }
H1.HeaderClassName
{
color: #28AF6B;
}
.AnyTagClassName
{
color: #28AF6B;
}
</style>
background-color css
<style>
a { background-color: #28AF6B; }
a { background-color: rgb(40,175,107); }
div.DivClassName
{
background-color: #28AF6B;
}
.BgClassName
{
background-color: #28AF6B;
}
</style>
border-color css
<style>
span { border-color: #28AF6B; }
span { border-color: rgb(40,175,107); }
td.TdClassName
{
border-color: #28AF6B;
}
.TagClassName
{
border-color: #28AF6B;
}
</style>