Shades of Light Sea Green #28AFAC
Tints of Light Sea Green #28AFAC
RGB
CMYK
RGB Variations
Color information
#28AFAC (or 0x28AFAC) is known color: Light Sea Green. HEX triplet: 28, AF and AC. RGB value is (40,175,172). Sum of RGB (Red+Green+Blue) = 40+175+172=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #28AFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AFAC is #D75053. Grayscale: #868686. Windows color (decimal): -14110804 or 11317032. OLE color: 11317032.
HSL color Cylindrical-coordinate representation of color #28AFAC: hue angle of 178.67º 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 #28AFAC is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 172 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.31 |
| HSL | 178.67º | 0.63% | 0.42% | - |
| HSV(B) | 178.67º | 0.77% | 0.69% | - |
| XYZ | 23.65 | 34.09 | 44.36 | - |
| YUV | 134.29 | 149.27 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 172 | 0.77 | 0 | 0.02 | 0.31 | 178.67 | 0.63 | 0.42 |
| Hex | 28 | AF | AC | 4D | 0 | 2 | 1F | B3 | 3F | 2A |
| Octal | 50 | 257 | 254 | 115 | 0 | 2 | 37 | 263 | 77 | 52 |
| Binary | 101000 | 10101111 | 10101100 | 1001101 | 0 | 10 | 11111 | 10110011 | 111111 | 101010 |
Color Harmonies of #28AFAC
Complementary color
Monochromatic Colors of #28AFAC
Black with #28AFAC
Text Example
Text Example
White with #28AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFAC; }
p { color: rgb(40,175,172); }
H1.HeaderClassName
{
color: #28AFAC;
}
.AnyTagClassName
{
color: #28AFAC;
}
</style>
background-color css
<style>
a { background-color: #28AFAC; }
a { background-color: rgb(40,175,172); }
div.DivClassName
{
background-color: #28AFAC;
}
.BgClassName
{
background-color: #28AFAC;
}
</style>
border-color css
<style>
span { border-color: #28AFAC; }
span { border-color: rgb(40,175,172); }
td.TdClassName
{
border-color: #28AFAC;
}
.TagClassName
{
border-color: #28AFAC;
}
</style>