Shades of Light Sea Green #3DBCB2
Tints of Light Sea Green #3DBCB2
RGB
CMYK
RGB Variations
Color information
#3DBCB2 (or 0x3DBCB2) is known color: Light Sea Green. HEX triplet: 3D, BC and B2. RGB value is (61,188,178). Sum of RGB (Red+Green+Blue) = 61+188+178=427 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.29% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBCB2 is #C2434D. Grayscale: #949494. Windows color (decimal): -12731214 or 11713597. OLE color: 11713597.
HSL color Cylindrical-coordinate representation of color #3DBCB2: hue angle of 175.28º degrees, saturation: 0.51, 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 #3DBCB2 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 178 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.26 |
| HSL | 175.28º | 0.51% | 0.49% | - |
| HSV(B) | 175.28º | 0.68% | 0.74% | - |
| XYZ | 27.94 | 40.17 | 48.4 | - |
| YUV | 148.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 178 | 0.68 | 0 | 0.05 | 0.26 | 175.28 | 0.51 | 0.49 |
| Hex | 3D | BC | B2 | 44 | 0 | 5 | 1A | AF | 33 | 31 |
| Octal | 75 | 274 | 262 | 104 | 0 | 5 | 32 | 257 | 63 | 61 |
| Binary | 111101 | 10111100 | 10110010 | 1000100 | 0 | 101 | 11010 | 10101111 | 110011 | 110001 |
Color Harmonies of #3DBCB2
Complementary color
Monochromatic Colors of #3DBCB2
Black with #3DBCB2
Text Example
Text Example
White with #3DBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBCB2; }
p { color: rgb(61,188,178); }
H1.HeaderClassName
{
color: #3DBCB2;
}
.AnyTagClassName
{
color: #3DBCB2;
}
</style>
background-color css
<style>
a { background-color: #3DBCB2; }
a { background-color: rgb(61,188,178); }
div.DivClassName
{
background-color: #3DBCB2;
}
.BgClassName
{
background-color: #3DBCB2;
}
</style>
border-color css
<style>
span { border-color: #3DBCB2; }
span { border-color: rgb(61,188,178); }
td.TdClassName
{
border-color: #3DBCB2;
}
.TagClassName
{
border-color: #3DBCB2;
}
</style>