Shades of Light Sea Green #3CB6AA
Tints of Light Sea Green #3CB6AA
RGB
CMYK
RGB Variations
Color information
#3CB6AA (or 0x3CB6AA) is known color: Light Sea Green. HEX triplet: 3C, B6 and AA. RGB value is (60,182,170). Sum of RGB (Red+Green+Blue) = 60+182+170=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB6AA is #C34955. Grayscale: #909090. Windows color (decimal): -12798294 or 11187772. OLE color: 11187772.
HSL color Cylindrical-coordinate representation of color #3CB6AA: hue angle of 174.1º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB6AA is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 170 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.29 |
| HSL | 174.1º | 0.5% | 0.47% | - |
| HSV(B) | 174.1º | 0.67% | 0.71% | - |
| XYZ | 25.85 | 37.32 | 43.87 | - |
| YUV | 144.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 170 | 0.67 | 0 | 0.07 | 0.29 | 174.1 | 0.5 | 0.47 |
| Hex | 3C | B6 | AA | 43 | 0 | 7 | 1D | AE | 32 | 2F |
| Octal | 74 | 266 | 252 | 103 | 0 | 7 | 35 | 256 | 62 | 57 |
| Binary | 111100 | 10110110 | 10101010 | 1000011 | 0 | 111 | 11101 | 10101110 | 110010 | 101111 |
Color Harmonies of #3CB6AA
Complementary color
Monochromatic Colors of #3CB6AA
Black with #3CB6AA
Text Example
Text Example
White with #3CB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB6AA; }
p { color: rgb(60,182,170); }
H1.HeaderClassName
{
color: #3CB6AA;
}
.AnyTagClassName
{
color: #3CB6AA;
}
</style>
background-color css
<style>
a { background-color: #3CB6AA; }
a { background-color: rgb(60,182,170); }
div.DivClassName
{
background-color: #3CB6AA;
}
.BgClassName
{
background-color: #3CB6AA;
}
</style>
border-color css
<style>
span { border-color: #3CB6AA; }
span { border-color: rgb(60,182,170); }
td.TdClassName
{
border-color: #3CB6AA;
}
.TagClassName
{
border-color: #3CB6AA;
}
</style>