Shades of Puerto Rico #3DB39E
Tints of Puerto Rico #3DB39E
RGB
CMYK
RGB Variations
Color information
#3DB39E (or 0x3DB39E) is known color: Puerto Rico. HEX triplet: 3D, B3 and 9E. RGB value is (61,179,158). Sum of RGB (Red+Green+Blue) = 61+179+158=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB39E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB39E is #C24C61. Grayscale: #8D8D8D. Windows color (decimal): -12733538 or 10400573. OLE color: 10400573.
HSL color Cylindrical-coordinate representation of color #3DB39E: hue angle of 169.32º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB39E is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 158 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.30 |
| HSL | 169.32º | 0.49% | 0.47% | - |
| HSV(B) | 169.32º | 0.66% | 0.7% | - |
| XYZ | 24.22 | 35.7 | 37.96 | - |
| YUV | 141.32 | 137.41 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 158 | 0.66 | 0 | 0.12 | 0.30 | 169.32 | 0.49 | 0.47 |
| Hex | 3D | B3 | 9E | 42 | 0 | C | 1E | A9 | 31 | 2F |
| Octal | 75 | 263 | 236 | 102 | 0 | 14 | 36 | 251 | 61 | 57 |
| Binary | 111101 | 10110011 | 10011110 | 1000010 | 0 | 1100 | 11110 | 10101001 | 110001 | 101111 |
Color Harmonies of #3DB39E
Complementary color
Monochromatic Colors of #3DB39E
Black with #3DB39E
Text Example
Text Example
White with #3DB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB39E; }
p { color: rgb(61,179,158); }
H1.HeaderClassName
{
color: #3DB39E;
}
.AnyTagClassName
{
color: #3DB39E;
}
</style>
background-color css
<style>
a { background-color: #3DB39E; }
a { background-color: rgb(61,179,158); }
div.DivClassName
{
background-color: #3DB39E;
}
.BgClassName
{
background-color: #3DB39E;
}
</style>
border-color css
<style>
span { border-color: #3DB39E; }
span { border-color: rgb(61,179,158); }
td.TdClassName
{
border-color: #3DB39E;
}
.TagClassName
{
border-color: #3DB39E;
}
</style>