Shades of Light Sea Green #28B6A1
Tints of Light Sea Green #28B6A1
RGB
CMYK
RGB Variations
Color information
#28B6A1 (or 0x28B6A1) is known color: Light Sea Green. HEX triplet: 28, B6 and A1. RGB value is (40,182,161). Sum of RGB (Red+Green+Blue) = 40+182+161=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #28B6A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B6A1 is #D7495E. Grayscale: #898989. Windows color (decimal): -14109023 or 10597928. OLE color: 10597928.
HSL color Cylindrical-coordinate representation of color #28B6A1: hue angle of 171.13º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B6A1 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 182 | 161 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.29 |
| HSL | 171.13º | 0.64% | 0.44% | - |
| HSV(B) | 171.13º | 0.78% | 0.71% | - |
| XYZ | 24.04 | 36.48 | 39.49 | - |
| YUV | 137.15 | 141.46 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 182 | 161 | 0.78 | 0 | 0.12 | 0.29 | 171.13 | 0.64 | 0.44 |
| Hex | 28 | B6 | A1 | 4E | 0 | C | 1D | AB | 40 | 2C |
| Octal | 50 | 266 | 241 | 116 | 0 | 14 | 35 | 253 | 100 | 54 |
| Binary | 101000 | 10110110 | 10100001 | 1001110 | 0 | 1100 | 11101 | 10101011 | 1000000 | 101100 |
Color Harmonies of #28B6A1
Complementary color
Monochromatic Colors of #28B6A1
Black with #28B6A1
Text Example
Text Example
White with #28B6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B6A1; }
p { color: rgb(40,182,161); }
H1.HeaderClassName
{
color: #28B6A1;
}
.AnyTagClassName
{
color: #28B6A1;
}
</style>
background-color css
<style>
a { background-color: #28B6A1; }
a { background-color: rgb(40,182,161); }
div.DivClassName
{
background-color: #28B6A1;
}
.BgClassName
{
background-color: #28B6A1;
}
</style>
border-color css
<style>
span { border-color: #28B6A1; }
span { border-color: rgb(40,182,161); }
td.TdClassName
{
border-color: #28B6A1;
}
.TagClassName
{
border-color: #28B6A1;
}
</style>