Shades of Light Sea Green #28A5A7
Tints of Light Sea Green #28A5A7
RGB
CMYK
RGB Variations
Color information
#28A5A7 (or 0x28A5A7) is known color: Light Sea Green. HEX triplet: 28, A5 and A7. RGB value is (40,165,167). Sum of RGB (Red+Green+Blue) = 40+165+167=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #28A5A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A5A7 is #D75A58. Grayscale: #7F7F7F. Windows color (decimal): -14113369 or 10986792. OLE color: 10986792.
HSL color Cylindrical-coordinate representation of color #28A5A7: hue angle of 180.94º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A5A7 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 167 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.35 |
| HSL | 180.94º | 0.61% | 0.41% | - |
| HSV(B) | 180.94º | 0.76% | 0.65% | - |
| XYZ | 21.31 | 30.15 | 41.26 | - |
| YUV | 127.85 | 150.09 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 167 | 0.76 | 0.01 | 0 | 0.35 | 180.94 | 0.61 | 0.41 |
| Hex | 28 | A5 | A7 | 4C | 1 | 0 | 23 | B5 | 3D | 29 |
| Octal | 50 | 245 | 247 | 114 | 1 | 0 | 43 | 265 | 75 | 51 |
| Binary | 101000 | 10100101 | 10100111 | 1001100 | 1 | 0 | 100011 | 10110101 | 111101 | 101001 |
Color Harmonies of #28A5A7
Complementary color
Monochromatic Colors of #28A5A7
Black with #28A5A7
Text Example
Text Example
White with #28A5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A5A7; }
p { color: rgb(40,165,167); }
H1.HeaderClassName
{
color: #28A5A7;
}
.AnyTagClassName
{
color: #28A5A7;
}
</style>
background-color css
<style>
a { background-color: #28A5A7; }
a { background-color: rgb(40,165,167); }
div.DivClassName
{
background-color: #28A5A7;
}
.BgClassName
{
background-color: #28A5A7;
}
</style>
border-color css
<style>
span { border-color: #28A5A7; }
span { border-color: rgb(40,165,167); }
td.TdClassName
{
border-color: #28A5A7;
}
.TagClassName
{
border-color: #28A5A7;
}
</style>