Shades of Light Sea Green #28ADA5
Tints of Light Sea Green #28ADA5
RGB
CMYK
RGB Variations
Color information
#28ADA5 (or 0x28ADA5) is known color: Light Sea Green. HEX triplet: 28, AD and A5. RGB value is (40,173,165). Sum of RGB (Red+Green+Blue) = 40+173+165=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #28ADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ADA5 is #D7525A. Grayscale: #848484. Windows color (decimal): -14111323 or 10857768. OLE color: 10857768.
HSL color Cylindrical-coordinate representation of color #28ADA5: hue angle of 176.39º 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 #28ADA5 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 165 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.32 |
| HSL | 176.39º | 0.62% | 0.42% | - |
| HSV(B) | 176.39º | 0.77% | 0.68% | - |
| XYZ | 22.61 | 33.05 | 40.79 | - |
| YUV | 132.32 | 146.44 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 165 | 0.77 | 0 | 0.05 | 0.32 | 176.39 | 0.62 | 0.42 |
| Hex | 28 | AD | A5 | 4D | 0 | 5 | 20 | B0 | 3E | 2A |
| Octal | 50 | 255 | 245 | 115 | 0 | 5 | 40 | 260 | 76 | 52 |
| Binary | 101000 | 10101101 | 10100101 | 1001101 | 0 | 101 | 100000 | 10110000 | 111110 | 101010 |
Color Harmonies of #28ADA5
Complementary color
Monochromatic Colors of #28ADA5
Black with #28ADA5
Text Example
Text Example
White with #28ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADA5; }
p { color: rgb(40,173,165); }
H1.HeaderClassName
{
color: #28ADA5;
}
.AnyTagClassName
{
color: #28ADA5;
}
</style>
background-color css
<style>
a { background-color: #28ADA5; }
a { background-color: rgb(40,173,165); }
div.DivClassName
{
background-color: #28ADA5;
}
.BgClassName
{
background-color: #28ADA5;
}
</style>
border-color css
<style>
span { border-color: #28ADA5; }
span { border-color: rgb(40,173,165); }
td.TdClassName
{
border-color: #28ADA5;
}
.TagClassName
{
border-color: #28ADA5;
}
</style>