Shades of Light Sea Green #28B1AC
Tints of Light Sea Green #28B1AC
RGB
CMYK
RGB Variations
Color information
#28B1AC (or 0x28B1AC) is known color: Light Sea Green. HEX triplet: 28, B1 and AC. RGB value is (40,177,172). Sum of RGB (Red+Green+Blue) = 40+177+172=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #28B1AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B1AC is #D74E53. Grayscale: #878787. Windows color (decimal): -14110292 or 11317544. OLE color: 11317544.
HSL color Cylindrical-coordinate representation of color #28B1AC: hue angle of 177.81º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B1AC is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 172 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.31 |
| HSL | 177.81º | 0.63% | 0.43% | - |
| HSV(B) | 177.81º | 0.77% | 0.69% | - |
| XYZ | 24.04 | 34.87 | 44.49 | - |
| YUV | 135.47 | 148.61 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 172 | 0.77 | 0 | 0.03 | 0.31 | 177.81 | 0.63 | 0.43 |
| Hex | 28 | B1 | AC | 4D | 0 | 3 | 1F | B2 | 3F | 2B |
| Octal | 50 | 261 | 254 | 115 | 0 | 3 | 37 | 262 | 77 | 53 |
| Binary | 101000 | 10110001 | 10101100 | 1001101 | 0 | 11 | 11111 | 10110010 | 111111 | 101011 |
Color Harmonies of #28B1AC
Complementary color
Monochromatic Colors of #28B1AC
Black with #28B1AC
Text Example
Text Example
White with #28B1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B1AC; }
p { color: rgb(40,177,172); }
H1.HeaderClassName
{
color: #28B1AC;
}
.AnyTagClassName
{
color: #28B1AC;
}
</style>
background-color css
<style>
a { background-color: #28B1AC; }
a { background-color: rgb(40,177,172); }
div.DivClassName
{
background-color: #28B1AC;
}
.BgClassName
{
background-color: #28B1AC;
}
</style>
border-color css
<style>
span { border-color: #28B1AC; }
span { border-color: rgb(40,177,172); }
td.TdClassName
{
border-color: #28B1AC;
}
.TagClassName
{
border-color: #28B1AC;
}
</style>