Shades of Light Sea Green #28AFA6
Tints of Light Sea Green #28AFA6
RGB
CMYK
RGB Variations
Color information
#28AFA6 (or 0x28AFA6) is known color: Light Sea Green. HEX triplet: 28, AF and A6. RGB value is (40,175,166). Sum of RGB (Red+Green+Blue) = 40+175+166=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #28AFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AFA6 is #D75059. Grayscale: #858585. Windows color (decimal): -14110810 or 10923816. OLE color: 10923816.
HSL color Cylindrical-coordinate representation of color #28AFA6: hue angle of 176º 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 #28AFA6 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 166 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.31 |
| HSL | 176º | 0.63% | 0.42% | - |
| HSV(B) | 176º | 0.77% | 0.69% | - |
| XYZ | 23.09 | 33.86 | 41.4 | - |
| YUV | 133.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 166 | 0.77 | 0 | 0.05 | 0.31 | 176 | 0.63 | 0.42 |
| Hex | 28 | AF | A6 | 4D | 0 | 5 | 1F | B0 | 3F | 2A |
| Octal | 50 | 257 | 246 | 115 | 0 | 5 | 37 | 260 | 77 | 52 |
| Binary | 101000 | 10101111 | 10100110 | 1001101 | 0 | 101 | 11111 | 10110000 | 111111 | 101010 |
Color Harmonies of #28AFA6
Complementary color
Monochromatic Colors of #28AFA6
Black with #28AFA6
Text Example
Text Example
White with #28AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFA6; }
p { color: rgb(40,175,166); }
H1.HeaderClassName
{
color: #28AFA6;
}
.AnyTagClassName
{
color: #28AFA6;
}
</style>
background-color css
<style>
a { background-color: #28AFA6; }
a { background-color: rgb(40,175,166); }
div.DivClassName
{
background-color: #28AFA6;
}
.BgClassName
{
background-color: #28AFA6;
}
</style>
border-color css
<style>
span { border-color: #28AFA6; }
span { border-color: rgb(40,175,166); }
td.TdClassName
{
border-color: #28AFA6;
}
.TagClassName
{
border-color: #28AFA6;
}
</style>