Shades of Light Sea Green #3DB5B3
Tints of Light Sea Green #3DB5B3
RGB
CMYK
RGB Variations
Color information
#3DB5B3 (or 0x3DB5B3) is known color: Light Sea Green. HEX triplet: 3D, B5 and B3. RGB value is (61,181,179). Sum of RGB (Red+Green+Blue) = 61+181+179=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB5B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB5B3 is #C24A4C. Grayscale: #909090. Windows color (decimal): -12733005 or 11777341. OLE color: 11777341.
HSL color Cylindrical-coordinate representation of color #3DB5B3: hue angle of 179º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB5B3 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 179 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.29 |
| HSL | 179º | 0.5% | 0.47% | - |
| HSV(B) | 179º | 0.66% | 0.71% | - |
| XYZ | 26.59 | 37.29 | 48.45 | - |
| YUV | 144.89 | 147.24 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 179 | 0.66 | 0 | 0.01 | 0.29 | 179 | 0.5 | 0.47 |
| Hex | 3D | B5 | B3 | 42 | 0 | 1 | 1D | B3 | 32 | 2F |
| Octal | 75 | 265 | 263 | 102 | 0 | 1 | 35 | 263 | 62 | 57 |
| Binary | 111101 | 10110101 | 10110011 | 1000010 | 0 | 1 | 11101 | 10110011 | 110010 | 101111 |
Color Harmonies of #3DB5B3
Complementary color
Monochromatic Colors of #3DB5B3
Black with #3DB5B3
Text Example
Text Example
White with #3DB5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB5B3; }
p { color: rgb(61,181,179); }
H1.HeaderClassName
{
color: #3DB5B3;
}
.AnyTagClassName
{
color: #3DB5B3;
}
</style>
background-color css
<style>
a { background-color: #3DB5B3; }
a { background-color: rgb(61,181,179); }
div.DivClassName
{
background-color: #3DB5B3;
}
.BgClassName
{
background-color: #3DB5B3;
}
</style>
border-color css
<style>
span { border-color: #3DB5B3; }
span { border-color: rgb(61,181,179); }
td.TdClassName
{
border-color: #3DB5B3;
}
.TagClassName
{
border-color: #3DB5B3;
}
</style>