Shades of Light Sea Green #28ABA4
Tints of Light Sea Green #28ABA4
RGB
CMYK
RGB Variations
Color information
#28ABA4 (or 0x28ABA4) is known color: Light Sea Green. HEX triplet: 28, AB and A4. RGB value is (40,171,164). Sum of RGB (Red+Green+Blue) = 40+171+164=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #28ABA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ABA4 is #D7545B. Grayscale: #828282. Windows color (decimal): -14111836 or 10791720. OLE color: 10791720.
HSL color Cylindrical-coordinate representation of color #28ABA4: hue angle of 176.79º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28ABA4 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 164 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.33 |
| HSL | 176.79º | 0.62% | 0.41% | - |
| HSV(B) | 176.79º | 0.77% | 0.67% | - |
| XYZ | 22.14 | 32.26 | 40.18 | - |
| YUV | 131.03 | 146.6 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 164 | 0.77 | 0 | 0.04 | 0.33 | 176.79 | 0.62 | 0.41 |
| Hex | 28 | AB | A4 | 4D | 0 | 4 | 21 | B1 | 3E | 29 |
| Octal | 50 | 253 | 244 | 115 | 0 | 4 | 41 | 261 | 76 | 51 |
| Binary | 101000 | 10101011 | 10100100 | 1001101 | 0 | 100 | 100001 | 10110001 | 111110 | 101001 |
Color Harmonies of #28ABA4
Complementary color
Monochromatic Colors of #28ABA4
Black with #28ABA4
Text Example
Text Example
White with #28ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABA4; }
p { color: rgb(40,171,164); }
H1.HeaderClassName
{
color: #28ABA4;
}
.AnyTagClassName
{
color: #28ABA4;
}
</style>
background-color css
<style>
a { background-color: #28ABA4; }
a { background-color: rgb(40,171,164); }
div.DivClassName
{
background-color: #28ABA4;
}
.BgClassName
{
background-color: #28ABA4;
}
</style>
border-color css
<style>
span { border-color: #28ABA4; }
span { border-color: rgb(40,171,164); }
td.TdClassName
{
border-color: #28ABA4;
}
.TagClassName
{
border-color: #28ABA4;
}
</style>