Shades of Medium Sea Green #28AF69
Tints of Medium Sea Green #28AF69
RGB
CMYK
RGB Variations
Color information
#28AF69 (or 0x28AF69) is known color: Medium Sea Green. HEX triplet: 28, AF and 69. RGB value is (40,175,105). Sum of RGB (Red+Green+Blue) = 40+175+105=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF69 is #D75096. Grayscale: #7E7E7E. Windows color (decimal): -14110871 or 6926120. OLE color: 6926120.
HSL color Cylindrical-coordinate representation of color #28AF69: hue angle of 148.89º 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 #28AF69 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 105 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.31 |
| HSL | 148.89º | 0.63% | 0.42% | - |
| HSV(B) | 148.89º | 0.77% | 0.69% | - |
| XYZ | 18.75 | 32.13 | 18.58 | - |
| YUV | 126.66 | 115.77 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 105 | 0.77 | 0 | 0.40 | 0.31 | 148.89 | 0.63 | 0.42 |
| Hex | 28 | AF | 69 | 4D | 0 | 28 | 1F | 95 | 3F | 2A |
| Octal | 50 | 257 | 151 | 115 | 0 | 50 | 37 | 225 | 77 | 52 |
| Binary | 101000 | 10101111 | 1101001 | 1001101 | 0 | 101000 | 11111 | 10010101 | 111111 | 101010 |
Color Harmonies of #28AF69
Complementary color
Monochromatic Colors of #28AF69
Black with #28AF69
Text Example
Text Example
White with #28AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF69; }
p { color: rgb(40,175,105); }
H1.HeaderClassName
{
color: #28AF69;
}
.AnyTagClassName
{
color: #28AF69;
}
</style>
background-color css
<style>
a { background-color: #28AF69; }
a { background-color: rgb(40,175,105); }
div.DivClassName
{
background-color: #28AF69;
}
.BgClassName
{
background-color: #28AF69;
}
</style>
border-color css
<style>
span { border-color: #28AF69; }
span { border-color: rgb(40,175,105); }
td.TdClassName
{
border-color: #28AF69;
}
.TagClassName
{
border-color: #28AF69;
}
</style>