Shades of Light Sea Green #28BAC2
Tints of Light Sea Green #28BAC2
RGB
CMYK
RGB Variations
Color information
#28BAC2 (or 0x28BAC2) is known color: Light Sea Green. HEX triplet: 28, BA and C2. RGB value is (40,186,194). Sum of RGB (Red+Green+Blue) = 40+186+194=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #28BAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BAC2 is #D7453D. Grayscale: #8F8F8F. Windows color (decimal): -14107966 or 12761640. OLE color: 12761640.
HSL color Cylindrical-coordinate representation of color #28BAC2: hue angle of 183.12º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BAC2 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 186 | 194 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.24 |
| HSL | 183.12º | 0.66% | 0.46% | - |
| HSV(B) | 183.12º | 0.79% | 0.76% | - |
| XYZ | 28.17 | 39.46 | 57.17 | - |
| YUV | 143.26 | 156.63 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 194 | 0.79 | 0.04 | 0 | 0.24 | 183.12 | 0.66 | 0.46 |
| Hex | 28 | BA | C2 | 4F | 4 | 0 | 18 | B7 | 42 | 2E |
| Octal | 50 | 272 | 302 | 117 | 4 | 0 | 30 | 267 | 102 | 56 |
| Binary | 101000 | 10111010 | 11000010 | 1001111 | 100 | 0 | 11000 | 10110111 | 1000010 | 101110 |
Color Harmonies of #28BAC2
Complementary color
Monochromatic Colors of #28BAC2
Black with #28BAC2
Text Example
Text Example
White with #28BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAC2; }
p { color: rgb(40,186,194); }
H1.HeaderClassName
{
color: #28BAC2;
}
.AnyTagClassName
{
color: #28BAC2;
}
</style>
background-color css
<style>
a { background-color: #28BAC2; }
a { background-color: rgb(40,186,194); }
div.DivClassName
{
background-color: #28BAC2;
}
.BgClassName
{
background-color: #28BAC2;
}
</style>
border-color css
<style>
span { border-color: #28BAC2; }
span { border-color: rgb(40,186,194); }
td.TdClassName
{
border-color: #28BAC2;
}
.TagClassName
{
border-color: #28BAC2;
}
</style>