Shades of Light Sea Green #28ADAF
Tints of Light Sea Green #28ADAF
RGB
CMYK
RGB Variations
Color information
#28ADAF (or 0x28ADAF) is known color: Light Sea Green. HEX triplet: 28, AD and AF. RGB value is (40,173,175). Sum of RGB (Red+Green+Blue) = 40+173+175=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #28ADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ADAF is #D75250. Grayscale: #858585. Windows color (decimal): -14111313 or 11513128. OLE color: 11513128.
HSL color Cylindrical-coordinate representation of color #28ADAF: hue angle of 180.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28ADAF is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 173 | 175 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.31 |
| HSL | 180.89º | 0.63% | 0.42% | - |
| HSV(B) | 180.89º | 0.77% | 0.69% | - |
| XYZ | 23.56 | 33.43 | 45.77 | - |
| YUV | 133.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 175 | 0.77 | 0.01 | 0 | 0.31 | 180.89 | 0.63 | 0.42 |
| Hex | 28 | AD | AF | 4D | 1 | 0 | 1F | B5 | 3F | 2A |
| Octal | 50 | 255 | 257 | 115 | 1 | 0 | 37 | 265 | 77 | 52 |
| Binary | 101000 | 10101101 | 10101111 | 1001101 | 1 | 0 | 11111 | 10110101 | 111111 | 101010 |
Color Harmonies of #28ADAF
Complementary color
Monochromatic Colors of #28ADAF
Black with #28ADAF
Text Example
Text Example
White with #28ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADAF; }
p { color: rgb(40,173,175); }
H1.HeaderClassName
{
color: #28ADAF;
}
.AnyTagClassName
{
color: #28ADAF;
}
</style>
background-color css
<style>
a { background-color: #28ADAF; }
a { background-color: rgb(40,173,175); }
div.DivClassName
{
background-color: #28ADAF;
}
.BgClassName
{
background-color: #28ADAF;
}
</style>
border-color css
<style>
span { border-color: #28ADAF; }
span { border-color: rgb(40,173,175); }
td.TdClassName
{
border-color: #28ADAF;
}
.TagClassName
{
border-color: #28ADAF;
}
</style>