Shades of Light Sea Green #3CB1AF
Tints of Light Sea Green #3CB1AF
RGB
CMYK
RGB Variations
Color information
#3CB1AF (or 0x3CB1AF) is known color: Light Sea Green. HEX triplet: 3C, B1 and AF. RGB value is (60,177,175). Sum of RGB (Red+Green+Blue) = 60+177+175=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB1AF is #C34E50. Grayscale: #8D8D8D. Windows color (decimal): -12799569 or 11514172. OLE color: 11514172.
HSL color Cylindrical-coordinate representation of color #3CB1AF: hue angle of 178.97º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB1AF is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 175 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.31 |
| HSL | 178.97º | 0.49% | 0.46% | - |
| HSV(B) | 178.97º | 0.66% | 0.69% | - |
| XYZ | 25.32 | 35.5 | 46.07 | - |
| YUV | 141.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 175 | 0.66 | 0 | 0.01 | 0.31 | 178.97 | 0.49 | 0.46 |
| Hex | 3C | B1 | AF | 42 | 0 | 1 | 1F | B3 | 31 | 2E |
| Octal | 74 | 261 | 257 | 102 | 0 | 1 | 37 | 263 | 61 | 56 |
| Binary | 111100 | 10110001 | 10101111 | 1000010 | 0 | 1 | 11111 | 10110011 | 110001 | 101110 |
Color Harmonies of #3CB1AF
Complementary color
Monochromatic Colors of #3CB1AF
Black with #3CB1AF
Text Example
Text Example
White with #3CB1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB1AF; }
p { color: rgb(60,177,175); }
H1.HeaderClassName
{
color: #3CB1AF;
}
.AnyTagClassName
{
color: #3CB1AF;
}
</style>
background-color css
<style>
a { background-color: #3CB1AF; }
a { background-color: rgb(60,177,175); }
div.DivClassName
{
background-color: #3CB1AF;
}
.BgClassName
{
background-color: #3CB1AF;
}
</style>
border-color css
<style>
span { border-color: #3CB1AF; }
span { border-color: rgb(60,177,175); }
td.TdClassName
{
border-color: #3CB1AF;
}
.TagClassName
{
border-color: #3CB1AF;
}
</style>