Shades of Light Sea Green #28B9AC
Tints of Light Sea Green #28B9AC
RGB
CMYK
RGB Variations
Color information
#28B9AC (or 0x28B9AC) is known color: Light Sea Green. HEX triplet: 28, B9 and AC. RGB value is (40,185,172). Sum of RGB (Red+Green+Blue) = 40+185+172=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #28B9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B9AC is #D74653. Grayscale: #8C8C8C. Windows color (decimal): -14108244 or 11319592. OLE color: 11319592.
HSL color Cylindrical-coordinate representation of color #28B9AC: hue angle of 174.62º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B9AC is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 172 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.27 |
| HSL | 174.62º | 0.64% | 0.44% | - |
| HSV(B) | 174.62º | 0.78% | 0.73% | - |
| XYZ | 25.67 | 38.13 | 45.04 | - |
| YUV | 140.16 | 145.96 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 172 | 0.78 | 0 | 0.07 | 0.27 | 174.62 | 0.64 | 0.44 |
| Hex | 28 | B9 | AC | 4E | 0 | 7 | 1B | AF | 40 | 2C |
| Octal | 50 | 271 | 254 | 116 | 0 | 7 | 33 | 257 | 100 | 54 |
| Binary | 101000 | 10111001 | 10101100 | 1001110 | 0 | 111 | 11011 | 10101111 | 1000000 | 101100 |
Color Harmonies of #28B9AC
Complementary color
Monochromatic Colors of #28B9AC
Black with #28B9AC
Text Example
Text Example
White with #28B9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B9AC; }
p { color: rgb(40,185,172); }
H1.HeaderClassName
{
color: #28B9AC;
}
.AnyTagClassName
{
color: #28B9AC;
}
</style>
background-color css
<style>
a { background-color: #28B9AC; }
a { background-color: rgb(40,185,172); }
div.DivClassName
{
background-color: #28B9AC;
}
.BgClassName
{
background-color: #28B9AC;
}
</style>
border-color css
<style>
span { border-color: #28B9AC; }
span { border-color: rgb(40,185,172); }
td.TdClassName
{
border-color: #28B9AC;
}
.TagClassName
{
border-color: #28B9AC;
}
</style>