Shades of Light Sea Green #28AFB0
Tints of Light Sea Green #28AFB0
RGB
CMYK
RGB Variations
Color information
#28AFB0 (or 0x28AFB0) is known color: Light Sea Green. HEX triplet: 28, AF and B0. RGB value is (40,175,176). Sum of RGB (Red+Green+Blue) = 40+175+176=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 176 - color contains mainly: blue. Hex color #28AFB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AFB0 is #D7504F. Grayscale: #868686. Windows color (decimal): -14110800 or 11579176. OLE color: 11579176.
HSL color Cylindrical-coordinate representation of color #28AFB0: hue angle of 180.44º 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 #28AFB0 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 176 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.31 |
| HSL | 180.44º | 0.63% | 0.42% | - |
| HSV(B) | 180.44º | 0.77% | 0.69% | - |
| XYZ | 24.04 | 34.25 | 46.42 | - |
| YUV | 134.75 | 151.27 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 176 | 0.77 | 0.01 | 0 | 0.31 | 180.44 | 0.63 | 0.42 |
| Hex | 28 | AF | B0 | 4D | 1 | 0 | 1F | B4 | 3F | 2A |
| Octal | 50 | 257 | 260 | 115 | 1 | 0 | 37 | 264 | 77 | 52 |
| Binary | 101000 | 10101111 | 10110000 | 1001101 | 1 | 0 | 11111 | 10110100 | 111111 | 101010 |
Color Harmonies of #28AFB0
Complementary color
Monochromatic Colors of #28AFB0
Black with #28AFB0
Text Example
Text Example
White with #28AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFB0; }
p { color: rgb(40,175,176); }
H1.HeaderClassName
{
color: #28AFB0;
}
.AnyTagClassName
{
color: #28AFB0;
}
</style>
background-color css
<style>
a { background-color: #28AFB0; }
a { background-color: rgb(40,175,176); }
div.DivClassName
{
background-color: #28AFB0;
}
.BgClassName
{
background-color: #28AFB0;
}
</style>
border-color css
<style>
span { border-color: #28AFB0; }
span { border-color: rgb(40,175,176); }
td.TdClassName
{
border-color: #28AFB0;
}
.TagClassName
{
border-color: #28AFB0;
}
</style>