Shades of Light Sea Green #3CBBB0
Tints of Light Sea Green #3CBBB0
RGB
CMYK
RGB Variations
Color information
#3CBBB0 (or 0x3CBBB0) is known color: Light Sea Green. HEX triplet: 3C, BB and B0. RGB value is (60,187,176). Sum of RGB (Red+Green+Blue) = 60+187+176=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBBB0 is #C3444F. Grayscale: #939393. Windows color (decimal): -12797008 or 11582268. OLE color: 11582268.
HSL color Cylindrical-coordinate representation of color #3CBBB0: hue angle of 174.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBBB0 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 187 | 176 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.27 |
| HSL | 174.8º | 0.51% | 0.48% | - |
| HSV(B) | 174.8º | 0.68% | 0.73% | - |
| XYZ | 27.47 | 39.64 | 47.28 | - |
| YUV | 147.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 176 | 0.68 | 0 | 0.06 | 0.27 | 174.8 | 0.51 | 0.48 |
| Hex | 3C | BB | B0 | 44 | 0 | 6 | 1B | AF | 33 | 30 |
| Octal | 74 | 273 | 260 | 104 | 0 | 6 | 33 | 257 | 63 | 60 |
| Binary | 111100 | 10111011 | 10110000 | 1000100 | 0 | 110 | 11011 | 10101111 | 110011 | 110000 |
Color Harmonies of #3CBBB0
Complementary color
Monochromatic Colors of #3CBBB0
Black with #3CBBB0
Text Example
Text Example
White with #3CBBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBB0; }
p { color: rgb(60,187,176); }
H1.HeaderClassName
{
color: #3CBBB0;
}
.AnyTagClassName
{
color: #3CBBB0;
}
</style>
background-color css
<style>
a { background-color: #3CBBB0; }
a { background-color: rgb(60,187,176); }
div.DivClassName
{
background-color: #3CBBB0;
}
.BgClassName
{
background-color: #3CBBB0;
}
</style>
border-color css
<style>
span { border-color: #3CBBB0; }
span { border-color: rgb(60,187,176); }
td.TdClassName
{
border-color: #3CBBB0;
}
.TagClassName
{
border-color: #3CBBB0;
}
</style>