Shades of Light Sea Green #28BFA3
Tints of Light Sea Green #28BFA3
RGB
CMYK
RGB Variations
Color information
#28BFA3 (or 0x28BFA3) is known color: Light Sea Green. HEX triplet: 28, BF and A3. RGB value is (40,191,163). Sum of RGB (Red+Green+Blue) = 40+191+163=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #28BFA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BFA3 is #D7405C. Grayscale: #8E8E8E. Windows color (decimal): -14106717 or 10731304. OLE color: 10731304.
HSL color Cylindrical-coordinate representation of color #28BFA3: hue angle of 168.87º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BFA3 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 191 | 163 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.25 |
| HSL | 168.87º | 0.65% | 0.45% | - |
| HSV(B) | 168.87º | 0.79% | 0.75% | - |
| XYZ | 26.12 | 40.36 | 41.06 | - |
| YUV | 142.66 | 139.47 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 163 | 0.79 | 0 | 0.15 | 0.25 | 168.87 | 0.65 | 0.45 |
| Hex | 28 | BF | A3 | 4F | 0 | F | 19 | A9 | 41 | 2D |
| Octal | 50 | 277 | 243 | 117 | 0 | 17 | 31 | 251 | 101 | 55 |
| Binary | 101000 | 10111111 | 10100011 | 1001111 | 0 | 1111 | 11001 | 10101001 | 1000001 | 101101 |
Color Harmonies of #28BFA3
Complementary color
Monochromatic Colors of #28BFA3
Black with #28BFA3
Text Example
Text Example
White with #28BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BFA3; }
p { color: rgb(40,191,163); }
H1.HeaderClassName
{
color: #28BFA3;
}
.AnyTagClassName
{
color: #28BFA3;
}
</style>
background-color css
<style>
a { background-color: #28BFA3; }
a { background-color: rgb(40,191,163); }
div.DivClassName
{
background-color: #28BFA3;
}
.BgClassName
{
background-color: #28BFA3;
}
</style>
border-color css
<style>
span { border-color: #28BFA3; }
span { border-color: rgb(40,191,163); }
td.TdClassName
{
border-color: #28BFA3;
}
.TagClassName
{
border-color: #28BFA3;
}
</style>