Shades of Puerto Rico #3FB8AD
Tints of Puerto Rico #3FB8AD
RGB
CMYK
RGB Variations
Color information
#3FB8AD (or 0x3FB8AD) is known color: Puerto Rico. HEX triplet: 3F, B8 and AD. RGB value is (63,184,173). Sum of RGB (Red+Green+Blue) = 63+184+173=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #3FB8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB8AD is #C04752. Grayscale: #929292. Windows color (decimal): -12601171 or 11384895. OLE color: 11384895.
HSL color Cylindrical-coordinate representation of color #3FB8AD: hue angle of 174.55º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB8AD is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 184 | 173 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.28 |
| HSL | 174.55º | 0.49% | 0.48% | - |
| HSV(B) | 174.55º | 0.66% | 0.72% | - |
| XYZ | 26.73 | 38.35 | 45.53 | - |
| YUV | 146.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 184 | 173 | 0.66 | 0 | 0.06 | 0.28 | 174.55 | 0.49 | 0.48 |
| Hex | 3F | B8 | AD | 42 | 0 | 6 | 1C | AF | 31 | 30 |
| Octal | 77 | 270 | 255 | 102 | 0 | 6 | 34 | 257 | 61 | 60 |
| Binary | 111111 | 10111000 | 10101101 | 1000010 | 0 | 110 | 11100 | 10101111 | 110001 | 110000 |
Color Harmonies of #3FB8AD
Complementary color
Monochromatic Colors of #3FB8AD
Black with #3FB8AD
Text Example
Text Example
White with #3FB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB8AD; }
p { color: rgb(63,184,173); }
H1.HeaderClassName
{
color: #3FB8AD;
}
.AnyTagClassName
{
color: #3FB8AD;
}
</style>
background-color css
<style>
a { background-color: #3FB8AD; }
a { background-color: rgb(63,184,173); }
div.DivClassName
{
background-color: #3FB8AD;
}
.BgClassName
{
background-color: #3FB8AD;
}
</style>
border-color css
<style>
span { border-color: #3FB8AD; }
span { border-color: rgb(63,184,173); }
td.TdClassName
{
border-color: #3FB8AD;
}
.TagClassName
{
border-color: #3FB8AD;
}
</style>