Shades of Light Sea Green #3ABCAF
Tints of Light Sea Green #3ABCAF
RGB
CMYK
RGB Variations
Color information
#3ABCAF (or 0x3ABCAF) is known color: Light Sea Green. HEX triplet: 3A, BC and AF. RGB value is (58,188,175). Sum of RGB (Red+Green+Blue) = 58+188+175=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABCAF is #C54350. Grayscale: #939393. Windows color (decimal): -12927825 or 11516986. OLE color: 11516986.
HSL color Cylindrical-coordinate representation of color #3ABCAF: hue angle of 174º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABCAF is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 175 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.26 |
| HSL | 174º | 0.53% | 0.48% | - |
| HSV(B) | 174º | 0.69% | 0.74% | - |
| XYZ | 27.47 | 39.96 | 46.82 | - |
| YUV | 147.65 | 143.43 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 175 | 0.69 | 0 | 0.07 | 0.26 | 174 | 0.53 | 0.48 |
| Hex | 3A | BC | AF | 45 | 0 | 7 | 1A | AE | 35 | 30 |
| Octal | 72 | 274 | 257 | 105 | 0 | 7 | 32 | 256 | 65 | 60 |
| Binary | 111010 | 10111100 | 10101111 | 1000101 | 0 | 111 | 11010 | 10101110 | 110101 | 110000 |
Color Harmonies of #3ABCAF
Complementary color
Monochromatic Colors of #3ABCAF
Black with #3ABCAF
Text Example
Text Example
White with #3ABCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCAF; }
p { color: rgb(58,188,175); }
H1.HeaderClassName
{
color: #3ABCAF;
}
.AnyTagClassName
{
color: #3ABCAF;
}
</style>
background-color css
<style>
a { background-color: #3ABCAF; }
a { background-color: rgb(58,188,175); }
div.DivClassName
{
background-color: #3ABCAF;
}
.BgClassName
{
background-color: #3ABCAF;
}
</style>
border-color css
<style>
span { border-color: #3ABCAF; }
span { border-color: rgb(58,188,175); }
td.TdClassName
{
border-color: #3ABCAF;
}
.TagClassName
{
border-color: #3ABCAF;
}
</style>