Shades of Light Sea Green #3CBAB5
Tints of Light Sea Green #3CBAB5
RGB
CMYK
RGB Variations
Color information
#3CBAB5 (or 0x3CBAB5) is known color: Light Sea Green. HEX triplet: 3C, BA and B5. RGB value is (60,186,181). Sum of RGB (Red+Green+Blue) = 60+186+181=427 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.05% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBAB5 is #C3454A. Grayscale: #939393. Windows color (decimal): -12797259 or 11909692. OLE color: 11909692.
HSL color Cylindrical-coordinate representation of color #3CBAB5: hue angle of 177.62º 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 #3CBAB5 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 181 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.27 |
| HSL | 177.62º | 0.51% | 0.48% | - |
| HSV(B) | 177.62º | 0.68% | 0.73% | - |
| XYZ | 27.76 | 39.41 | 49.86 | - |
| YUV | 147.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 181 | 0.68 | 0 | 0.03 | 0.27 | 177.62 | 0.51 | 0.48 |
| Hex | 3C | BA | B5 | 44 | 0 | 3 | 1B | B2 | 33 | 30 |
| Octal | 74 | 272 | 265 | 104 | 0 | 3 | 33 | 262 | 63 | 60 |
| Binary | 111100 | 10111010 | 10110101 | 1000100 | 0 | 11 | 11011 | 10110010 | 110011 | 110000 |
Color Harmonies of #3CBAB5
Complementary color
Monochromatic Colors of #3CBAB5
Black with #3CBAB5
Text Example
Text Example
White with #3CBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAB5; }
p { color: rgb(60,186,181); }
H1.HeaderClassName
{
color: #3CBAB5;
}
.AnyTagClassName
{
color: #3CBAB5;
}
</style>
background-color css
<style>
a { background-color: #3CBAB5; }
a { background-color: rgb(60,186,181); }
div.DivClassName
{
background-color: #3CBAB5;
}
.BgClassName
{
background-color: #3CBAB5;
}
</style>
border-color css
<style>
span { border-color: #3CBAB5; }
span { border-color: rgb(60,186,181); }
td.TdClassName
{
border-color: #3CBAB5;
}
.TagClassName
{
border-color: #3CBAB5;
}
</style>