Shades of Light Sea Green #28CABB
Tints of Light Sea Green #28CABB
RGB
CMYK
RGB Variations
Color information
#28CABB (or 0x28CABB) is known color: Light Sea Green. HEX triplet: 28, CA and BB. RGB value is (40,202,187). Sum of RGB (Red+Green+Blue) = 40+202+187=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #28CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CABB is #D73544. Grayscale: #979797. Windows color (decimal): -14103877 or 12306984. OLE color: 12306984.
HSL color Cylindrical-coordinate representation of color #28CABB: hue angle of 174.44º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CABB is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 187 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.21 |
| HSL | 174.44º | 0.67% | 0.47% | - |
| HSV(B) | 174.44º | 0.8% | 0.79% | - |
| XYZ | 30.97 | 46.28 | 54.31 | - |
| YUV | 151.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 187 | 0.80 | 0 | 0.07 | 0.21 | 174.44 | 0.67 | 0.47 |
| Hex | 28 | CA | BB | 50 | 0 | 7 | 15 | AE | 43 | 2F |
| Octal | 50 | 312 | 273 | 120 | 0 | 7 | 25 | 256 | 103 | 57 |
| Binary | 101000 | 11001010 | 10111011 | 1010000 | 0 | 111 | 10101 | 10101110 | 1000011 | 101111 |
Color Harmonies of #28CABB
Complementary color
Monochromatic Colors of #28CABB
Black with #28CABB
Text Example
Text Example
White with #28CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CABB; }
p { color: rgb(40,202,187); }
H1.HeaderClassName
{
color: #28CABB;
}
.AnyTagClassName
{
color: #28CABB;
}
</style>
background-color css
<style>
a { background-color: #28CABB; }
a { background-color: rgb(40,202,187); }
div.DivClassName
{
background-color: #28CABB;
}
.BgClassName
{
background-color: #28CABB;
}
</style>
border-color css
<style>
span { border-color: #28CABB; }
span { border-color: rgb(40,202,187); }
td.TdClassName
{
border-color: #28CABB;
}
.TagClassName
{
border-color: #28CABB;
}
</style>