Shades of Light Sea Green #3CBCB2
Tints of Light Sea Green #3CBCB2
RGB
CMYK
RGB Variations
Color information
#3CBCB2 (or 0x3CBCB2) is known color: Light Sea Green. HEX triplet: 3C, BC and B2. RGB value is (60,188,178). Sum of RGB (Red+Green+Blue) = 60+188+178=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBCB2 is #C3434D. Grayscale: #949494. Windows color (decimal): -12796750 or 11713596. OLE color: 11713596.
HSL color Cylindrical-coordinate representation of color #3CBCB2: hue angle of 175.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBCB2 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 178 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.26 |
| HSL | 175.31º | 0.52% | 0.49% | - |
| HSV(B) | 175.31º | 0.68% | 0.74% | - |
| XYZ | 27.88 | 40.14 | 48.4 | - |
| YUV | 148.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 178 | 0.68 | 0 | 0.05 | 0.26 | 175.31 | 0.52 | 0.49 |
| Hex | 3C | BC | B2 | 44 | 0 | 5 | 1A | AF | 34 | 31 |
| Octal | 74 | 274 | 262 | 104 | 0 | 5 | 32 | 257 | 64 | 61 |
| Binary | 111100 | 10111100 | 10110010 | 1000100 | 0 | 101 | 11010 | 10101111 | 110100 | 110001 |
Color Harmonies of #3CBCB2
Complementary color
Monochromatic Colors of #3CBCB2
Black with #3CBCB2
Text Example
Text Example
White with #3CBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCB2; }
p { color: rgb(60,188,178); }
H1.HeaderClassName
{
color: #3CBCB2;
}
.AnyTagClassName
{
color: #3CBCB2;
}
</style>
background-color css
<style>
a { background-color: #3CBCB2; }
a { background-color: rgb(60,188,178); }
div.DivClassName
{
background-color: #3CBCB2;
}
.BgClassName
{
background-color: #3CBCB2;
}
</style>
border-color css
<style>
span { border-color: #3CBCB2; }
span { border-color: rgb(60,188,178); }
td.TdClassName
{
border-color: #3CBCB2;
}
.TagClassName
{
border-color: #3CBCB2;
}
</style>