Shades of Light Sea Green #28C8BA
Tints of Light Sea Green #28C8BA
RGB
CMYK
RGB Variations
Color information
#28C8BA (or 0x28C8BA) is known color: Light Sea Green. HEX triplet: 28, C8 and BA. RGB value is (40,200,186). Sum of RGB (Red+Green+Blue) = 40+200+186=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #28C8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C8BA is #D73745. Grayscale: #969696. Windows color (decimal): -14104390 or 12240936. OLE color: 12240936.
HSL color Cylindrical-coordinate representation of color #28C8BA: hue angle of 174.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C8BA is Cyan = 0.8, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 186 | - |
| CMYK | 0.8 | 0 | 0.07 | 0.22 |
| HSL | 174.75º | 0.67% | 0.47% | - |
| HSV(B) | 174.75º | 0.8% | 0.78% | - |
| XYZ | 30.39 | 45.3 | 53.6 | - |
| YUV | 150.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 186 | 0.8 | 0 | 0.07 | 0.22 | 174.75 | 0.67 | 0.47 |
| Hex | 28 | C8 | BA | 50 | 0 | 7 | 16 | AF | 43 | 2F |
| Octal | 50 | 310 | 272 | 120 | 0 | 7 | 26 | 257 | 103 | 57 |
| Binary | 101000 | 11001000 | 10111010 | 1010000 | 0 | 111 | 10110 | 10101111 | 1000011 | 101111 |
Color Harmonies of #28C8BA
Complementary color
Monochromatic Colors of #28C8BA
Black with #28C8BA
Text Example
Text Example
White with #28C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C8BA; }
p { color: rgb(40,200,186); }
H1.HeaderClassName
{
color: #28C8BA;
}
.AnyTagClassName
{
color: #28C8BA;
}
</style>
background-color css
<style>
a { background-color: #28C8BA; }
a { background-color: rgb(40,200,186); }
div.DivClassName
{
background-color: #28C8BA;
}
.BgClassName
{
background-color: #28C8BA;
}
</style>
border-color css
<style>
span { border-color: #28C8BA; }
span { border-color: rgb(40,200,186); }
td.TdClassName
{
border-color: #28C8BA;
}
.TagClassName
{
border-color: #28C8BA;
}
</style>