Shades of Light Sea Green #28C5B5
Tints of Light Sea Green #28C5B5
RGB
CMYK
RGB Variations
Color information
#28C5B5 (or 0x28C5B5) is known color: Light Sea Green. HEX triplet: 28, C5 and B5. RGB value is (40,197,181). Sum of RGB (Red+Green+Blue) = 40+197+181=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #28C5B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C5B5 is #D73A4A. Grayscale: #949494. Windows color (decimal): -14105163 or 11912488. OLE color: 11912488.
HSL color Cylindrical-coordinate representation of color #28C5B5: hue angle of 173.89º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C5B5 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 181 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.23 |
| HSL | 173.89º | 0.66% | 0.46% | - |
| HSV(B) | 173.89º | 0.8% | 0.77% | - |
| XYZ | 29.18 | 43.72 | 50.62 | - |
| YUV | 148.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 181 | 0.80 | 0 | 0.08 | 0.23 | 173.89 | 0.66 | 0.46 |
| Hex | 28 | C5 | B5 | 50 | 0 | 8 | 17 | AE | 42 | 2E |
| Octal | 50 | 305 | 265 | 120 | 0 | 10 | 27 | 256 | 102 | 56 |
| Binary | 101000 | 11000101 | 10110101 | 1010000 | 0 | 1000 | 10111 | 10101110 | 1000010 | 101110 |
Color Harmonies of #28C5B5
Complementary color
Monochromatic Colors of #28C5B5
Black with #28C5B5
Text Example
Text Example
White with #28C5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C5B5; }
p { color: rgb(40,197,181); }
H1.HeaderClassName
{
color: #28C5B5;
}
.AnyTagClassName
{
color: #28C5B5;
}
</style>
background-color css
<style>
a { background-color: #28C5B5; }
a { background-color: rgb(40,197,181); }
div.DivClassName
{
background-color: #28C5B5;
}
.BgClassName
{
background-color: #28C5B5;
}
</style>
border-color css
<style>
span { border-color: #28C5B5; }
span { border-color: rgb(40,197,181); }
td.TdClassName
{
border-color: #28C5B5;
}
.TagClassName
{
border-color: #28C5B5;
}
</style>