Shades of Light Sea Green #3CB1AD
Tints of Light Sea Green #3CB1AD
RGB
CMYK
RGB Variations
Color information
#3CB1AD (or 0x3CB1AD) is known color: Light Sea Green. HEX triplet: 3C, B1 and AD. RGB value is (60,177,173). Sum of RGB (Red+Green+Blue) = 60+177+173=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB1AD is #C34E52. Grayscale: #8D8D8D. Windows color (decimal): -12799571 or 11383100. OLE color: 11383100.
HSL color Cylindrical-coordinate representation of color #3CB1AD: hue angle of 177.95º 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 #3CB1AD is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 173 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.31 |
| HSL | 177.95º | 0.49% | 0.46% | - |
| HSV(B) | 177.95º | 0.66% | 0.69% | - |
| XYZ | 25.13 | 35.42 | 45.05 | - |
| YUV | 141.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 173 | 0.66 | 0 | 0.02 | 0.31 | 177.95 | 0.49 | 0.46 |
| Hex | 3C | B1 | AD | 42 | 0 | 2 | 1F | B2 | 31 | 2E |
| Octal | 74 | 261 | 255 | 102 | 0 | 2 | 37 | 262 | 61 | 56 |
| Binary | 111100 | 10110001 | 10101101 | 1000010 | 0 | 10 | 11111 | 10110010 | 110001 | 101110 |
Color Harmonies of #3CB1AD
Complementary color
Monochromatic Colors of #3CB1AD
Black with #3CB1AD
Text Example
Text Example
White with #3CB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB1AD; }
p { color: rgb(60,177,173); }
H1.HeaderClassName
{
color: #3CB1AD;
}
.AnyTagClassName
{
color: #3CB1AD;
}
</style>
background-color css
<style>
a { background-color: #3CB1AD; }
a { background-color: rgb(60,177,173); }
div.DivClassName
{
background-color: #3CB1AD;
}
.BgClassName
{
background-color: #3CB1AD;
}
</style>
border-color css
<style>
span { border-color: #3CB1AD; }
span { border-color: rgb(60,177,173); }
td.TdClassName
{
border-color: #3CB1AD;
}
.TagClassName
{
border-color: #3CB1AD;
}
</style>