Shades of Light Sea Green #3DBEB0
Tints of Light Sea Green #3DBEB0
RGB
CMYK
RGB Variations
Color information
#3DBEB0 (or 0x3DBEB0) is known color: Light Sea Green. HEX triplet: 3D, BE and B0. RGB value is (61,190,176). Sum of RGB (Red+Green+Blue) = 61+190+176=427 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.29% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBEB0 is #C2414F. Grayscale: #959595. Windows color (decimal): -12730704 or 11583037. OLE color: 11583037.
HSL color Cylindrical-coordinate representation of color #3DBEB0: hue angle of 173.49º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBEB0 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 176 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.25 |
| HSL | 173.49º | 0.51% | 0.49% | - |
| HSV(B) | 173.49º | 0.68% | 0.75% | - |
| XYZ | 28.17 | 40.95 | 47.49 | - |
| YUV | 149.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 176 | 0.68 | 0 | 0.07 | 0.25 | 173.49 | 0.51 | 0.49 |
| Hex | 3D | BE | B0 | 44 | 0 | 7 | 19 | AD | 33 | 31 |
| Octal | 75 | 276 | 260 | 104 | 0 | 7 | 31 | 255 | 63 | 61 |
| Binary | 111101 | 10111110 | 10110000 | 1000100 | 0 | 111 | 11001 | 10101101 | 110011 | 110001 |
Color Harmonies of #3DBEB0
Complementary color
Monochromatic Colors of #3DBEB0
Black with #3DBEB0
Text Example
Text Example
White with #3DBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEB0; }
p { color: rgb(61,190,176); }
H1.HeaderClassName
{
color: #3DBEB0;
}
.AnyTagClassName
{
color: #3DBEB0;
}
</style>
background-color css
<style>
a { background-color: #3DBEB0; }
a { background-color: rgb(61,190,176); }
div.DivClassName
{
background-color: #3DBEB0;
}
.BgClassName
{
background-color: #3DBEB0;
}
</style>
border-color css
<style>
span { border-color: #3DBEB0; }
span { border-color: rgb(61,190,176); }
td.TdClassName
{
border-color: #3DBEB0;
}
.TagClassName
{
border-color: #3DBEB0;
}
</style>