Shades of Light Sea Green #3CBDAD
Tints of Light Sea Green #3CBDAD
RGB
CMYK
RGB Variations
Color information
#3CBDAD (or 0x3CBDAD) is known color: Light Sea Green. HEX triplet: 3C, BD and AD. RGB value is (60,189,173). Sum of RGB (Red+Green+Blue) = 60+189+173=422 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.22% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBDAD is #C34252. Grayscale: #949494. Windows color (decimal): -12796499 or 11386172. OLE color: 11386172.
HSL color Cylindrical-coordinate representation of color #3CBDAD: hue angle of 172.56º 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 #3CBDAD is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 173 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.26 |
| HSL | 172.56º | 0.52% | 0.49% | - |
| HSV(B) | 172.56º | 0.68% | 0.74% | - |
| XYZ | 27.6 | 40.37 | 45.87 | - |
| YUV | 148.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 173 | 0.68 | 0 | 0.08 | 0.26 | 172.56 | 0.52 | 0.49 |
| Hex | 3C | BD | AD | 44 | 0 | 8 | 1A | AD | 34 | 31 |
| Octal | 74 | 275 | 255 | 104 | 0 | 10 | 32 | 255 | 64 | 61 |
| Binary | 111100 | 10111101 | 10101101 | 1000100 | 0 | 1000 | 11010 | 10101101 | 110100 | 110001 |
Color Harmonies of #3CBDAD
Complementary color
Monochromatic Colors of #3CBDAD
Black with #3CBDAD
Text Example
Text Example
White with #3CBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBDAD; }
p { color: rgb(60,189,173); }
H1.HeaderClassName
{
color: #3CBDAD;
}
.AnyTagClassName
{
color: #3CBDAD;
}
</style>
background-color css
<style>
a { background-color: #3CBDAD; }
a { background-color: rgb(60,189,173); }
div.DivClassName
{
background-color: #3CBDAD;
}
.BgClassName
{
background-color: #3CBDAD;
}
</style>
border-color css
<style>
span { border-color: #3CBDAD; }
span { border-color: rgb(60,189,173); }
td.TdClassName
{
border-color: #3CBDAD;
}
.TagClassName
{
border-color: #3CBDAD;
}
</style>