Shades of Light Sea Green #28B2AC
Tints of Light Sea Green #28B2AC
RGB
CMYK
RGB Variations
Color information
#28B2AC (or 0x28B2AC) is known color: Light Sea Green. HEX triplet: 28, B2 and AC. RGB value is (40,178,172). Sum of RGB (Red+Green+Blue) = 40+178+172=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #28B2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B2AC is #D74D53. Grayscale: #878787. Windows color (decimal): -14110036 or 11317800. OLE color: 11317800.
HSL color Cylindrical-coordinate representation of color #28B2AC: hue angle of 177.39º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B2AC is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 178 | 172 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.30 |
| HSL | 177.39º | 0.63% | 0.43% | - |
| HSV(B) | 177.39º | 0.78% | 0.7% | - |
| XYZ | 24.24 | 35.27 | 44.56 | - |
| YUV | 136.05 | 148.28 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 178 | 172 | 0.78 | 0 | 0.03 | 0.30 | 177.39 | 0.63 | 0.43 |
| Hex | 28 | B2 | AC | 4E | 0 | 3 | 1E | B1 | 3F | 2B |
| Octal | 50 | 262 | 254 | 116 | 0 | 3 | 36 | 261 | 77 | 53 |
| Binary | 101000 | 10110010 | 10101100 | 1001110 | 0 | 11 | 11110 | 10110001 | 111111 | 101011 |
Color Harmonies of #28B2AC
Complementary color
Monochromatic Colors of #28B2AC
Black with #28B2AC
Text Example
Text Example
White with #28B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B2AC; }
p { color: rgb(40,178,172); }
H1.HeaderClassName
{
color: #28B2AC;
}
.AnyTagClassName
{
color: #28B2AC;
}
</style>
background-color css
<style>
a { background-color: #28B2AC; }
a { background-color: rgb(40,178,172); }
div.DivClassName
{
background-color: #28B2AC;
}
.BgClassName
{
background-color: #28B2AC;
}
</style>
border-color css
<style>
span { border-color: #28B2AC; }
span { border-color: rgb(40,178,172); }
td.TdClassName
{
border-color: #28B2AC;
}
.TagClassName
{
border-color: #28B2AC;
}
</style>