Shades of Light Sea Green #3CB7B0
Tints of Light Sea Green #3CB7B0
RGB
CMYK
RGB Variations
Color information
#3CB7B0 (or 0x3CB7B0) is known color: Light Sea Green. HEX triplet: 3C, B7 and B0. RGB value is (60,183,176). Sum of RGB (Red+Green+Blue) = 60+183+176=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB7B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB7B0 is #C3484F. Grayscale: #919191. Windows color (decimal): -12798032 or 11581244. OLE color: 11581244.
HSL color Cylindrical-coordinate representation of color #3CB7B0: hue angle of 176.59º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB7B0 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 176 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.28 |
| HSL | 176.59º | 0.51% | 0.48% | - |
| HSV(B) | 176.59º | 0.67% | 0.72% | - |
| XYZ | 26.63 | 37.96 | 47 | - |
| YUV | 145.43 | 145.25 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 176 | 0.67 | 0 | 0.04 | 0.28 | 176.59 | 0.51 | 0.48 |
| Hex | 3C | B7 | B0 | 43 | 0 | 4 | 1C | B1 | 33 | 30 |
| Octal | 74 | 267 | 260 | 103 | 0 | 4 | 34 | 261 | 63 | 60 |
| Binary | 111100 | 10110111 | 10110000 | 1000011 | 0 | 100 | 11100 | 10110001 | 110011 | 110000 |
Color Harmonies of #3CB7B0
Complementary color
Monochromatic Colors of #3CB7B0
Black with #3CB7B0
Text Example
Text Example
White with #3CB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB7B0; }
p { color: rgb(60,183,176); }
H1.HeaderClassName
{
color: #3CB7B0;
}
.AnyTagClassName
{
color: #3CB7B0;
}
</style>
background-color css
<style>
a { background-color: #3CB7B0; }
a { background-color: rgb(60,183,176); }
div.DivClassName
{
background-color: #3CB7B0;
}
.BgClassName
{
background-color: #3CB7B0;
}
</style>
border-color css
<style>
span { border-color: #3CB7B0; }
span { border-color: rgb(60,183,176); }
td.TdClassName
{
border-color: #3CB7B0;
}
.TagClassName
{
border-color: #3CB7B0;
}
</style>