Shades of Light Sea Green #28B0AC
Tints of Light Sea Green #28B0AC
RGB
CMYK
RGB Variations
Color information
#28B0AC (or 0x28B0AC) is known color: Light Sea Green. HEX triplet: 28, B0 and AC. RGB value is (40,176,172). Sum of RGB (Red+Green+Blue) = 40+176+172=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #28B0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B0AC is #D74F53. Grayscale: #868686. Windows color (decimal): -14110548 or 11317288. OLE color: 11317288.
HSL color Cylindrical-coordinate representation of color #28B0AC: hue angle of 178.24º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B0AC is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 172 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.31 |
| HSL | 178.24º | 0.63% | 0.42% | - |
| HSV(B) | 178.24º | 0.77% | 0.69% | - |
| XYZ | 23.85 | 34.48 | 44.43 | - |
| YUV | 134.88 | 148.94 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 172 | 0.77 | 0 | 0.02 | 0.31 | 178.24 | 0.63 | 0.42 |
| Hex | 28 | B0 | AC | 4D | 0 | 2 | 1F | B2 | 3F | 2A |
| Octal | 50 | 260 | 254 | 115 | 0 | 2 | 37 | 262 | 77 | 52 |
| Binary | 101000 | 10110000 | 10101100 | 1001101 | 0 | 10 | 11111 | 10110010 | 111111 | 101010 |
Color Harmonies of #28B0AC
Complementary color
Monochromatic Colors of #28B0AC
Black with #28B0AC
Text Example
Text Example
White with #28B0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B0AC; }
p { color: rgb(40,176,172); }
H1.HeaderClassName
{
color: #28B0AC;
}
.AnyTagClassName
{
color: #28B0AC;
}
</style>
background-color css
<style>
a { background-color: #28B0AC; }
a { background-color: rgb(40,176,172); }
div.DivClassName
{
background-color: #28B0AC;
}
.BgClassName
{
background-color: #28B0AC;
}
</style>
border-color css
<style>
span { border-color: #28B0AC; }
span { border-color: rgb(40,176,172); }
td.TdClassName
{
border-color: #28B0AC;
}
.TagClassName
{
border-color: #28B0AC;
}
</style>