Shades of Light Sea Green #28C6AF
Tints of Light Sea Green #28C6AF
RGB
CMYK
RGB Variations
Color information
#28C6AF (or 0x28C6AF) is known color: Light Sea Green. HEX triplet: 28, C6 and AF. RGB value is (40,198,175). Sum of RGB (Red+Green+Blue) = 40+198+175=413 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.69% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #28C6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C6AF is #D73950. Grayscale: #949494. Windows color (decimal): -14104913 or 11519528. OLE color: 11519528.
HSL color Cylindrical-coordinate representation of color #28C6AF: hue angle of 171.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C6AF is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 175 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.22 |
| HSL | 171.27º | 0.66% | 0.47% | - |
| HSV(B) | 171.27º | 0.8% | 0.78% | - |
| XYZ | 28.81 | 43.93 | 47.52 | - |
| YUV | 148.14 | 143.15 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 175 | 0.80 | 0 | 0.12 | 0.22 | 171.27 | 0.66 | 0.47 |
| Hex | 28 | C6 | AF | 50 | 0 | C | 16 | AB | 42 | 2F |
| Octal | 50 | 306 | 257 | 120 | 0 | 14 | 26 | 253 | 102 | 57 |
| Binary | 101000 | 11000110 | 10101111 | 1010000 | 0 | 1100 | 10110 | 10101011 | 1000010 | 101111 |
Color Harmonies of #28C6AF
Complementary color
Monochromatic Colors of #28C6AF
Black with #28C6AF
Text Example
Text Example
White with #28C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C6AF; }
p { color: rgb(40,198,175); }
H1.HeaderClassName
{
color: #28C6AF;
}
.AnyTagClassName
{
color: #28C6AF;
}
</style>
background-color css
<style>
a { background-color: #28C6AF; }
a { background-color: rgb(40,198,175); }
div.DivClassName
{
background-color: #28C6AF;
}
.BgClassName
{
background-color: #28C6AF;
}
</style>
border-color css
<style>
span { border-color: #28C6AF; }
span { border-color: rgb(40,198,175); }
td.TdClassName
{
border-color: #28C6AF;
}
.TagClassName
{
border-color: #28C6AF;
}
</style>