Shades of Puerto Rico #3FADA4
Tints of Puerto Rico #3FADA4
RGB
CMYK
RGB Variations
Color information
#3FADA4 (or 0x3FADA4) is known color: Puerto Rico. HEX triplet: 3F, AD and A4. RGB value is (63,173,164). Sum of RGB (Red+Green+Blue) = 63+173+164=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #3FADA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FADA4 is #C0525B. Grayscale: #8B8B8B. Windows color (decimal): -12603996 or 10792255. OLE color: 10792255.
HSL color Cylindrical-coordinate representation of color #3FADA4: hue angle of 175.09º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FADA4 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 164 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.32 |
| HSL | 175.09º | 0.47% | 0.46% | - |
| HSV(B) | 175.09º | 0.64% | 0.68% | - |
| XYZ | 23.69 | 33.62 | 40.36 | - |
| YUV | 139.08 | 142.06 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 164 | 0.64 | 0 | 0.05 | 0.32 | 175.09 | 0.47 | 0.46 |
| Hex | 3F | AD | A4 | 40 | 0 | 5 | 20 | AF | 2F | 2E |
| Octal | 77 | 255 | 244 | 100 | 0 | 5 | 40 | 257 | 57 | 56 |
| Binary | 111111 | 10101101 | 10100100 | 1000000 | 0 | 101 | 100000 | 10101111 | 101111 | 101110 |
Color Harmonies of #3FADA4
Complementary color
Monochromatic Colors of #3FADA4
Black with #3FADA4
Text Example
Text Example
White with #3FADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADA4; }
p { color: rgb(63,173,164); }
H1.HeaderClassName
{
color: #3FADA4;
}
.AnyTagClassName
{
color: #3FADA4;
}
</style>
background-color css
<style>
a { background-color: #3FADA4; }
a { background-color: rgb(63,173,164); }
div.DivClassName
{
background-color: #3FADA4;
}
.BgClassName
{
background-color: #3FADA4;
}
</style>
border-color css
<style>
span { border-color: #3FADA4; }
span { border-color: rgb(63,173,164); }
td.TdClassName
{
border-color: #3FADA4;
}
.TagClassName
{
border-color: #3FADA4;
}
</style>