Shades of Light Sea Green #3CBCB5
Tints of Light Sea Green #3CBCB5
RGB
CMYK
RGB Variations
Color information
#3CBCB5 (or 0x3CBCB5) is known color: Light Sea Green. HEX triplet: 3C, BC and B5. RGB value is (60,188,181). Sum of RGB (Red+Green+Blue) = 60+188+181=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCB5 is #C3434A. Grayscale: #949494. Windows color (decimal): -12796747 or 11910204. OLE color: 11910204.
HSL color Cylindrical-coordinate representation of color #3CBCB5: hue angle of 176.72º 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 #3CBCB5 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 181 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.26 |
| HSL | 176.72º | 0.52% | 0.49% | - |
| HSV(B) | 176.72º | 0.68% | 0.74% | - |
| XYZ | 28.19 | 40.26 | 50 | - |
| YUV | 148.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 181 | 0.68 | 0 | 0.04 | 0.26 | 176.72 | 0.52 | 0.49 |
| Hex | 3C | BC | B5 | 44 | 0 | 4 | 1A | B1 | 34 | 31 |
| Octal | 74 | 274 | 265 | 104 | 0 | 4 | 32 | 261 | 64 | 61 |
| Binary | 111100 | 10111100 | 10110101 | 1000100 | 0 | 100 | 11010 | 10110001 | 110100 | 110001 |
Color Harmonies of #3CBCB5
Complementary color
Monochromatic Colors of #3CBCB5
Black with #3CBCB5
Text Example
Text Example
White with #3CBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCB5; }
p { color: rgb(60,188,181); }
H1.HeaderClassName
{
color: #3CBCB5;
}
.AnyTagClassName
{
color: #3CBCB5;
}
</style>
background-color css
<style>
a { background-color: #3CBCB5; }
a { background-color: rgb(60,188,181); }
div.DivClassName
{
background-color: #3CBCB5;
}
.BgClassName
{
background-color: #3CBCB5;
}
</style>
border-color css
<style>
span { border-color: #3CBCB5; }
span { border-color: rgb(60,188,181); }
td.TdClassName
{
border-color: #3CBCB5;
}
.TagClassName
{
border-color: #3CBCB5;
}
</style>