Shades of Light Sea Green #28CCBD
Tints of Light Sea Green #28CCBD
RGB
CMYK
RGB Variations
Color information
#28CCBD (or 0x28CCBD) is known color: Light Sea Green. HEX triplet: 28, CC and BD. RGB value is (40,204,189). Sum of RGB (Red+Green+Blue) = 40+204+189=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #28CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCBD is #D73342. Grayscale: #999999. Windows color (decimal): -14103363 or 12438568. OLE color: 12438568.
HSL color Cylindrical-coordinate representation of color #28CCBD: hue angle of 174.51º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CCBD is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 189 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.2 |
| HSL | 174.51º | 0.67% | 0.48% | - |
| HSV(B) | 174.51º | 0.8% | 0.8% | - |
| XYZ | 31.65 | 47.31 | 55.61 | - |
| YUV | 153.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 189 | 0.80 | 0 | 0.07 | 0.2 | 174.51 | 0.67 | 0.48 |
| Hex | 28 | CC | BD | 50 | 0 | 7 | 14 | AF | 43 | 30 |
| Octal | 50 | 314 | 275 | 120 | 0 | 7 | 24 | 257 | 103 | 60 |
| Binary | 101000 | 11001100 | 10111101 | 1010000 | 0 | 111 | 10100 | 10101111 | 1000011 | 110000 |
Color Harmonies of #28CCBD
Complementary color
Monochromatic Colors of #28CCBD
Black with #28CCBD
Text Example
Text Example
White with #28CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CCBD; }
p { color: rgb(40,204,189); }
H1.HeaderClassName
{
color: #28CCBD;
}
.AnyTagClassName
{
color: #28CCBD;
}
</style>
background-color css
<style>
a { background-color: #28CCBD; }
a { background-color: rgb(40,204,189); }
div.DivClassName
{
background-color: #28CCBD;
}
.BgClassName
{
background-color: #28CCBD;
}
</style>
border-color css
<style>
span { border-color: #28CCBD; }
span { border-color: rgb(40,204,189); }
td.TdClassName
{
border-color: #28CCBD;
}
.TagClassName
{
border-color: #28CCBD;
}
</style>