Shades of Light Sea Green #28CAC0
Tints of Light Sea Green #28CAC0
RGB
CMYK
RGB Variations
Color information
#28CAC0 (or 0x28CAC0) is known color: Light Sea Green. HEX triplet: 28, CA and C0. RGB value is (40,202,192). Sum of RGB (Red+Green+Blue) = 40+202+192=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #28CAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CAC0 is #D7353F. Grayscale: #989898. Windows color (decimal): -14103872 or 12634664. OLE color: 12634664.
HSL color Cylindrical-coordinate representation of color #28CAC0: hue angle of 176.3º 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 #28CAC0 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 192 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.21 |
| HSL | 176.3º | 0.67% | 0.47% | - |
| HSV(B) | 176.3º | 0.8% | 0.79% | - |
| XYZ | 31.51 | 46.5 | 57.18 | - |
| YUV | 152.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 192 | 0.80 | 0 | 0.05 | 0.21 | 176.3 | 0.67 | 0.47 |
| Hex | 28 | CA | C0 | 50 | 0 | 5 | 15 | B0 | 43 | 2F |
| Octal | 50 | 312 | 300 | 120 | 0 | 5 | 25 | 260 | 103 | 57 |
| Binary | 101000 | 11001010 | 11000000 | 1010000 | 0 | 101 | 10101 | 10110000 | 1000011 | 101111 |
Color Harmonies of #28CAC0
Complementary color
Monochromatic Colors of #28CAC0
Black with #28CAC0
Text Example
Text Example
White with #28CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CAC0; }
p { color: rgb(40,202,192); }
H1.HeaderClassName
{
color: #28CAC0;
}
.AnyTagClassName
{
color: #28CAC0;
}
</style>
background-color css
<style>
a { background-color: #28CAC0; }
a { background-color: rgb(40,202,192); }
div.DivClassName
{
background-color: #28CAC0;
}
.BgClassName
{
background-color: #28CAC0;
}
</style>
border-color css
<style>
span { border-color: #28CAC0; }
span { border-color: rgb(40,202,192); }
td.TdClassName
{
border-color: #28CAC0;
}
.TagClassName
{
border-color: #28CAC0;
}
</style>