Shades of Light Sea Green #28CEB4
Tints of Light Sea Green #28CEB4
RGB
CMYK
RGB Variations
Color information
#28CEB4 (or 0x28CEB4) is known color: Light Sea Green. HEX triplet: 28, CE and B4. RGB value is (40,206,180). Sum of RGB (Red+Green+Blue) = 40+206+180=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #28CEB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEB4 is #D7314B. Grayscale: #999999. Windows color (decimal): -14102860 or 11849256. OLE color: 11849256.
HSL color Cylindrical-coordinate representation of color #28CEB4: hue angle of 170.6º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CEB4 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 180 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.19 |
| HSL | 170.6º | 0.67% | 0.48% | - |
| HSV(B) | 170.6º | 0.81% | 0.81% | - |
| XYZ | 31.18 | 47.89 | 50.78 | - |
| YUV | 153.4 | 143 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 180 | 0.81 | 0 | 0.13 | 0.19 | 170.6 | 0.67 | 0.48 |
| Hex | 28 | CE | B4 | 51 | 0 | D | 13 | AB | 43 | 30 |
| Octal | 50 | 316 | 264 | 121 | 0 | 15 | 23 | 253 | 103 | 60 |
| Binary | 101000 | 11001110 | 10110100 | 1010001 | 0 | 1101 | 10011 | 10101011 | 1000011 | 110000 |
Color Harmonies of #28CEB4
Complementary color
Monochromatic Colors of #28CEB4
Black with #28CEB4
Text Example
Text Example
White with #28CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEB4; }
p { color: rgb(40,206,180); }
H1.HeaderClassName
{
color: #28CEB4;
}
.AnyTagClassName
{
color: #28CEB4;
}
</style>
background-color css
<style>
a { background-color: #28CEB4; }
a { background-color: rgb(40,206,180); }
div.DivClassName
{
background-color: #28CEB4;
}
.BgClassName
{
background-color: #28CEB4;
}
</style>
border-color css
<style>
span { border-color: #28CEB4; }
span { border-color: rgb(40,206,180); }
td.TdClassName
{
border-color: #28CEB4;
}
.TagClassName
{
border-color: #28CEB4;
}
</style>