Shades of Puerto Rico #3FADA2
Tints of Puerto Rico #3FADA2
RGB
CMYK
RGB Variations
Color information
#3FADA2 (or 0x3FADA2) is known color: Puerto Rico. HEX triplet: 3F, AD and A2. RGB value is (63,173,162). Sum of RGB (Red+Green+Blue) = 63+173+162=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #3FADA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FADA2 is #C0525D. Grayscale: #8A8A8A. Windows color (decimal): -12603998 or 10661183. OLE color: 10661183.
HSL color Cylindrical-coordinate representation of color #3FADA2: hue angle of 174º 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 #3FADA2 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 162 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.32 |
| HSL | 174º | 0.47% | 0.46% | - |
| HSV(B) | 174º | 0.64% | 0.68% | - |
| XYZ | 23.52 | 33.55 | 39.42 | - |
| YUV | 138.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 162 | 0.64 | 0 | 0.06 | 0.32 | 174 | 0.47 | 0.46 |
| Hex | 3F | AD | A2 | 40 | 0 | 6 | 20 | AE | 2F | 2E |
| Octal | 77 | 255 | 242 | 100 | 0 | 6 | 40 | 256 | 57 | 56 |
| Binary | 111111 | 10101101 | 10100010 | 1000000 | 0 | 110 | 100000 | 10101110 | 101111 | 101110 |
Color Harmonies of #3FADA2
Complementary color
Monochromatic Colors of #3FADA2
Black with #3FADA2
Text Example
Text Example
White with #3FADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADA2; }
p { color: rgb(63,173,162); }
H1.HeaderClassName
{
color: #3FADA2;
}
.AnyTagClassName
{
color: #3FADA2;
}
</style>
background-color css
<style>
a { background-color: #3FADA2; }
a { background-color: rgb(63,173,162); }
div.DivClassName
{
background-color: #3FADA2;
}
.BgClassName
{
background-color: #3FADA2;
}
</style>
border-color css
<style>
span { border-color: #3FADA2; }
span { border-color: rgb(63,173,162); }
td.TdClassName
{
border-color: #3FADA2;
}
.TagClassName
{
border-color: #3FADA2;
}
</style>