Shades of Light Sea Green #28A8A1
Tints of Light Sea Green #28A8A1
RGB
CMYK
RGB Variations
Color information
#28A8A1 (or 0x28A8A1) is known color: Light Sea Green. HEX triplet: 28, A8 and A1. RGB value is (40,168,161). Sum of RGB (Red+Green+Blue) = 40+168+161=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #28A8A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A8A1 is #D7575E. Grayscale: #808080. Windows color (decimal): -14112607 or 10594344. OLE color: 10594344.
HSL color Cylindrical-coordinate representation of color #28A8A1: hue angle of 176.72º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A8A1 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 168 | 161 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.34 |
| HSL | 176.72º | 0.62% | 0.41% | - |
| HSV(B) | 176.72º | 0.76% | 0.66% | - |
| XYZ | 21.31 | 31.03 | 38.58 | - |
| YUV | 128.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 161 | 0.76 | 0 | 0.04 | 0.34 | 176.72 | 0.62 | 0.41 |
| Hex | 28 | A8 | A1 | 4C | 0 | 4 | 22 | B1 | 3E | 29 |
| Octal | 50 | 250 | 241 | 114 | 0 | 4 | 42 | 261 | 76 | 51 |
| Binary | 101000 | 10101000 | 10100001 | 1001100 | 0 | 100 | 100010 | 10110001 | 111110 | 101001 |
Color Harmonies of #28A8A1
Complementary color
Monochromatic Colors of #28A8A1
Black with #28A8A1
Text Example
Text Example
White with #28A8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A8A1; }
p { color: rgb(40,168,161); }
H1.HeaderClassName
{
color: #28A8A1;
}
.AnyTagClassName
{
color: #28A8A1;
}
</style>
background-color css
<style>
a { background-color: #28A8A1; }
a { background-color: rgb(40,168,161); }
div.DivClassName
{
background-color: #28A8A1;
}
.BgClassName
{
background-color: #28A8A1;
}
</style>
border-color css
<style>
span { border-color: #28A8A1; }
span { border-color: rgb(40,168,161); }
td.TdClassName
{
border-color: #28A8A1;
}
.TagClassName
{
border-color: #28A8A1;
}
</style>