Shades of Light Sea Green #28ADB6
Tints of Light Sea Green #28ADB6
RGB
CMYK
RGB Variations
Color information
#28ADB6 (or 0x28ADB6) is known color: Light Sea Green. HEX triplet: 28, AD and B6. RGB value is (40,173,182). Sum of RGB (Red+Green+Blue) = 40+173+182=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #28ADB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADB6 is #D75249. Grayscale: #868686. Windows color (decimal): -14111306 or 11971880. OLE color: 11971880.
HSL color Cylindrical-coordinate representation of color #28ADB6: hue angle of 183.8º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28ADB6 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 173 | 182 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.29 |
| HSL | 183.8º | 0.64% | 0.44% | - |
| HSV(B) | 183.8º | 0.78% | 0.71% | - |
| XYZ | 24.26 | 33.72 | 49.49 | - |
| YUV | 134.26 | 154.94 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 182 | 0.78 | 0.05 | 0 | 0.29 | 183.8 | 0.64 | 0.44 |
| Hex | 28 | AD | B6 | 4E | 5 | 0 | 1D | B8 | 40 | 2C |
| Octal | 50 | 255 | 266 | 116 | 5 | 0 | 35 | 270 | 100 | 54 |
| Binary | 101000 | 10101101 | 10110110 | 1001110 | 101 | 0 | 11101 | 10111000 | 1000000 | 101100 |
Color Harmonies of #28ADB6
Complementary color
Monochromatic Colors of #28ADB6
Black with #28ADB6
Text Example
Text Example
White with #28ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADB6; }
p { color: rgb(40,173,182); }
H1.HeaderClassName
{
color: #28ADB6;
}
.AnyTagClassName
{
color: #28ADB6;
}
</style>
background-color css
<style>
a { background-color: #28ADB6; }
a { background-color: rgb(40,173,182); }
div.DivClassName
{
background-color: #28ADB6;
}
.BgClassName
{
background-color: #28ADB6;
}
</style>
border-color css
<style>
span { border-color: #28ADB6; }
span { border-color: rgb(40,173,182); }
td.TdClassName
{
border-color: #28ADB6;
}
.TagClassName
{
border-color: #28ADB6;
}
</style>