Shades of Light Sea Green #28BAA3
Tints of Light Sea Green #28BAA3
RGB
CMYK
RGB Variations
Color information
#28BAA3 (or 0x28BAA3) is known color: Light Sea Green. HEX triplet: 28, BA and A3. RGB value is (40,186,163). Sum of RGB (Red+Green+Blue) = 40+186+163=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BAA3 is #D7455C. Grayscale: #8B8B8B. Windows color (decimal): -14107997 or 10730024. OLE color: 10730024.
HSL color Cylindrical-coordinate representation of color #28BAA3: hue angle of 170.55º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BAA3 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 163 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.27 |
| HSL | 170.55º | 0.65% | 0.44% | - |
| HSV(B) | 170.55º | 0.78% | 0.73% | - |
| XYZ | 25.04 | 38.21 | 40.71 | - |
| YUV | 139.72 | 141.13 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 163 | 0.78 | 0 | 0.12 | 0.27 | 170.55 | 0.65 | 0.44 |
| Hex | 28 | BA | A3 | 4E | 0 | C | 1B | AB | 41 | 2C |
| Octal | 50 | 272 | 243 | 116 | 0 | 14 | 33 | 253 | 101 | 54 |
| Binary | 101000 | 10111010 | 10100011 | 1001110 | 0 | 1100 | 11011 | 10101011 | 1000001 | 101100 |
Color Harmonies of #28BAA3
Complementary color
Monochromatic Colors of #28BAA3
Black with #28BAA3
Text Example
Text Example
White with #28BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAA3; }
p { color: rgb(40,186,163); }
H1.HeaderClassName
{
color: #28BAA3;
}
.AnyTagClassName
{
color: #28BAA3;
}
</style>
background-color css
<style>
a { background-color: #28BAA3; }
a { background-color: rgb(40,186,163); }
div.DivClassName
{
background-color: #28BAA3;
}
.BgClassName
{
background-color: #28BAA3;
}
</style>
border-color css
<style>
span { border-color: #28BAA3; }
span { border-color: rgb(40,186,163); }
td.TdClassName
{
border-color: #28BAA3;
}
.TagClassName
{
border-color: #28BAA3;
}
</style>