Shades of Light Sea Green #3CBCB3
Tints of Light Sea Green #3CBCB3
RGB
CMYK
RGB Variations
Color information
#3CBCB3 (or 0x3CBCB3) is known color: Light Sea Green. HEX triplet: 3C, BC and B3. RGB value is (60,188,179). Sum of RGB (Red+Green+Blue) = 60+188+179=427 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.05% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCB3 is #C3434C. Grayscale: #949494. Windows color (decimal): -12796749 or 11779132. OLE color: 11779132.
HSL color Cylindrical-coordinate representation of color #3CBCB3: hue angle of 175.78º 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 #3CBCB3 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 179 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.26 |
| HSL | 175.78º | 0.52% | 0.49% | - |
| HSV(B) | 175.78º | 0.68% | 0.74% | - |
| XYZ | 27.98 | 40.18 | 48.93 | - |
| YUV | 148.7 | 145.09 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 179 | 0.68 | 0 | 0.05 | 0.26 | 175.78 | 0.52 | 0.49 |
| Hex | 3C | BC | B3 | 44 | 0 | 5 | 1A | B0 | 34 | 31 |
| Octal | 74 | 274 | 263 | 104 | 0 | 5 | 32 | 260 | 64 | 61 |
| Binary | 111100 | 10111100 | 10110011 | 1000100 | 0 | 101 | 11010 | 10110000 | 110100 | 110001 |
Color Harmonies of #3CBCB3
Complementary color
Monochromatic Colors of #3CBCB3
Black with #3CBCB3
Text Example
Text Example
White with #3CBCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCB3; }
p { color: rgb(60,188,179); }
H1.HeaderClassName
{
color: #3CBCB3;
}
.AnyTagClassName
{
color: #3CBCB3;
}
</style>
background-color css
<style>
a { background-color: #3CBCB3; }
a { background-color: rgb(60,188,179); }
div.DivClassName
{
background-color: #3CBCB3;
}
.BgClassName
{
background-color: #3CBCB3;
}
</style>
border-color css
<style>
span { border-color: #3CBCB3; }
span { border-color: rgb(60,188,179); }
td.TdClassName
{
border-color: #3CBCB3;
}
.TagClassName
{
border-color: #3CBCB3;
}
</style>