Shades of Light Sea Green #28ADA4
Tints of Light Sea Green #28ADA4
RGB
CMYK
RGB Variations
Color information
#28ADA4 (or 0x28ADA4) is known color: Light Sea Green. HEX triplet: 28, AD and A4. RGB value is (40,173,164). Sum of RGB (Red+Green+Blue) = 40+173+164=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #28ADA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ADA4 is #D7525B. Grayscale: #848484. Windows color (decimal): -14111324 or 10792232. OLE color: 10792232.
HSL color Cylindrical-coordinate representation of color #28ADA4: hue angle of 175.94º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28ADA4 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 164 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.32 |
| HSL | 175.94º | 0.62% | 0.42% | - |
| HSV(B) | 175.94º | 0.77% | 0.68% | - |
| XYZ | 22.52 | 33.02 | 40.31 | - |
| YUV | 132.21 | 145.94 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 164 | 0.77 | 0 | 0.05 | 0.32 | 175.94 | 0.62 | 0.42 |
| Hex | 28 | AD | A4 | 4D | 0 | 5 | 20 | B0 | 3E | 2A |
| Octal | 50 | 255 | 244 | 115 | 0 | 5 | 40 | 260 | 76 | 52 |
| Binary | 101000 | 10101101 | 10100100 | 1001101 | 0 | 101 | 100000 | 10110000 | 111110 | 101010 |
Color Harmonies of #28ADA4
Complementary color
Monochromatic Colors of #28ADA4
Black with #28ADA4
Text Example
Text Example
White with #28ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADA4; }
p { color: rgb(40,173,164); }
H1.HeaderClassName
{
color: #28ADA4;
}
.AnyTagClassName
{
color: #28ADA4;
}
</style>
background-color css
<style>
a { background-color: #28ADA4; }
a { background-color: rgb(40,173,164); }
div.DivClassName
{
background-color: #28ADA4;
}
.BgClassName
{
background-color: #28ADA4;
}
</style>
border-color css
<style>
span { border-color: #28ADA4; }
span { border-color: rgb(40,173,164); }
td.TdClassName
{
border-color: #28ADA4;
}
.TagClassName
{
border-color: #28ADA4;
}
</style>