Shades of Medium Sea Green #28AF6A
Tints of Medium Sea Green #28AF6A
RGB
CMYK
RGB Variations
Color information
#28AF6A (or 0x28AF6A) is known color: Medium Sea Green. HEX triplet: 28, AF and 6A. RGB value is (40,175,106). Sum of RGB (Red+Green+Blue) = 40+175+106=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF6A is #D75095. Grayscale: #7E7E7E. Windows color (decimal): -14110870 or 6991656. OLE color: 6991656.
HSL color Cylindrical-coordinate representation of color #28AF6A: hue angle of 149.33º 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 #28AF6A is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 106 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.31 |
| HSL | 149.33º | 0.63% | 0.42% | - |
| HSV(B) | 149.33º | 0.77% | 0.69% | - |
| XYZ | 18.81 | 32.15 | 18.85 | - |
| YUV | 126.77 | 116.27 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 106 | 0.77 | 0 | 0.39 | 0.31 | 149.33 | 0.63 | 0.42 |
| Hex | 28 | AF | 6A | 4D | 0 | 27 | 1F | 95 | 3F | 2A |
| Octal | 50 | 257 | 152 | 115 | 0 | 47 | 37 | 225 | 77 | 52 |
| Binary | 101000 | 10101111 | 1101010 | 1001101 | 0 | 100111 | 11111 | 10010101 | 111111 | 101010 |
Color Harmonies of #28AF6A
Complementary color
Monochromatic Colors of #28AF6A
Black with #28AF6A
Text Example
Text Example
White with #28AF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF6A; }
p { color: rgb(40,175,106); }
H1.HeaderClassName
{
color: #28AF6A;
}
.AnyTagClassName
{
color: #28AF6A;
}
</style>
background-color css
<style>
a { background-color: #28AF6A; }
a { background-color: rgb(40,175,106); }
div.DivClassName
{
background-color: #28AF6A;
}
.BgClassName
{
background-color: #28AF6A;
}
</style>
border-color css
<style>
span { border-color: #28AF6A; }
span { border-color: rgb(40,175,106); }
td.TdClassName
{
border-color: #28AF6A;
}
.TagClassName
{
border-color: #28AF6A;
}
</style>