Shades of Light Sea Green #3CB2A2
Tints of Light Sea Green #3CB2A2
RGB
CMYK
RGB Variations
Color information
#3CB2A2 (or 0x3CB2A2) is known color: Light Sea Green. HEX triplet: 3C, B2 and A2. RGB value is (60,178,162). Sum of RGB (Red+Green+Blue) = 60+178+162=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB2A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB2A2 is #C34D5D. Grayscale: #8C8C8C. Windows color (decimal): -12799326 or 10662460. OLE color: 10662460.
HSL color Cylindrical-coordinate representation of color #3CB2A2: hue angle of 171.86º 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 #3CB2A2 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 162 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.30 |
| HSL | 171.86º | 0.5% | 0.47% | - |
| HSV(B) | 171.86º | 0.66% | 0.7% | - |
| XYZ | 24.31 | 35.41 | 39.74 | - |
| YUV | 140.89 | 139.91 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 162 | 0.66 | 0 | 0.09 | 0.30 | 171.86 | 0.5 | 0.47 |
| Hex | 3C | B2 | A2 | 42 | 0 | 9 | 1E | AC | 32 | 2F |
| Octal | 74 | 262 | 242 | 102 | 0 | 11 | 36 | 254 | 62 | 57 |
| Binary | 111100 | 10110010 | 10100010 | 1000010 | 0 | 1001 | 11110 | 10101100 | 110010 | 101111 |
Color Harmonies of #3CB2A2
Complementary color
Monochromatic Colors of #3CB2A2
Black with #3CB2A2
Text Example
Text Example
White with #3CB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB2A2; }
p { color: rgb(60,178,162); }
H1.HeaderClassName
{
color: #3CB2A2;
}
.AnyTagClassName
{
color: #3CB2A2;
}
</style>
background-color css
<style>
a { background-color: #3CB2A2; }
a { background-color: rgb(60,178,162); }
div.DivClassName
{
background-color: #3CB2A2;
}
.BgClassName
{
background-color: #3CB2A2;
}
</style>
border-color css
<style>
span { border-color: #3CB2A2; }
span { border-color: rgb(60,178,162); }
td.TdClassName
{
border-color: #3CB2A2;
}
.TagClassName
{
border-color: #3CB2A2;
}
</style>