Shades of Light Sea Green #3CB3AC
Tints of Light Sea Green #3CB3AC
RGB
CMYK
RGB Variations
Color information
#3CB3AC (or 0x3CB3AC) is known color: Light Sea Green. HEX triplet: 3C, B3 and AC. RGB value is (60,179,172). Sum of RGB (Red+Green+Blue) = 60+179+172=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB3AC is #C34C53. Grayscale: #8E8E8E. Windows color (decimal): -12799060 or 11318076. OLE color: 11318076.
HSL color Cylindrical-coordinate representation of color #3CB3AC: hue angle of 176.47º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB3AC is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
RGB | 60 | 179 | 172 | - |
CMYK | 0.66 | 0 | 0.04 | 0.30 |
HSL | 176.47º | 0.5% | 0.47% | - |
HSV(B) | 176.47º | 0.66% | 0.7% | - |
XYZ | 25.43 | 36.18 | 44.67 | - |
YUV | 142.62 | 144.58 | 69.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 179 | 172 | 0.66 | 0 | 0.04 | 0.30 | 176.47 | 0.5 | 0.47 |
Hex | 3C | B3 | AC | 42 | 0 | 4 | 1E | B0 | 32 | 2F |
Octal | 74 | 263 | 254 | 102 | 0 | 4 | 36 | 260 | 62 | 57 |
Binary | 111100 | 10110011 | 10101100 | 1000010 | 0 | 100 | 11110 | 10110000 | 110010 | 101111 |
Color Harmonies of #3CB3AC
Complementary color
Monochromatic Colors of #3CB3AC
Black with #3CB3AC
Text Example
Text Example
White with #3CB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB3AC; }
p { color: rgb(60,179,172); }
H1.HeaderClassName
{
color: #3CB3AC;
}
.AnyTagClassName
{
color: #3CB3AC;
}
</style>
background-color css
<style>
a { background-color: #3CB3AC; }
a { background-color: rgb(60,179,172); }
div.DivClassName
{
background-color: #3CB3AC;
}
.BgClassName
{
background-color: #3CB3AC;
}
</style>
border-color css
<style>
span { border-color: #3CB3AC; }
span { border-color: rgb(60,179,172); }
td.TdClassName
{
border-color: #3CB3AC;
}
.TagClassName
{
border-color: #3CB3AC;
}
</style>