Shades of Puerto Rico #3FBDAD
Tints of Puerto Rico #3FBDAD
RGB
CMYK
RGB Variations
Color information
#3FBDAD (or 0x3FBDAD) is known color: Puerto Rico. HEX triplet: 3F, BD and AD. RGB value is (63,189,173). Sum of RGB (Red+Green+Blue) = 63+189+173=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBDAD is #C04252. Grayscale: #959595. Windows color (decimal): -12599891 or 11386175. OLE color: 11386175.
HSL color Cylindrical-coordinate representation of color #3FBDAD: hue angle of 172.38º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBDAD is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 173 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.26 |
| HSL | 172.38º | 0.5% | 0.49% | - |
| HSV(B) | 172.38º | 0.67% | 0.74% | - |
| XYZ | 27.79 | 40.47 | 45.88 | - |
| YUV | 149.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 173 | 0.67 | 0 | 0.08 | 0.26 | 172.38 | 0.5 | 0.49 |
| Hex | 3F | BD | AD | 43 | 0 | 8 | 1A | AC | 32 | 31 |
| Octal | 77 | 275 | 255 | 103 | 0 | 10 | 32 | 254 | 62 | 61 |
| Binary | 111111 | 10111101 | 10101101 | 1000011 | 0 | 1000 | 11010 | 10101100 | 110010 | 110001 |
Color Harmonies of #3FBDAD
Complementary color
Monochromatic Colors of #3FBDAD
Black with #3FBDAD
Text Example
Text Example
White with #3FBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDAD; }
p { color: rgb(63,189,173); }
H1.HeaderClassName
{
color: #3FBDAD;
}
.AnyTagClassName
{
color: #3FBDAD;
}
</style>
background-color css
<style>
a { background-color: #3FBDAD; }
a { background-color: rgb(63,189,173); }
div.DivClassName
{
background-color: #3FBDAD;
}
.BgClassName
{
background-color: #3FBDAD;
}
</style>
border-color css
<style>
span { border-color: #3FBDAD; }
span { border-color: rgb(63,189,173); }
td.TdClassName
{
border-color: #3FBDAD;
}
.TagClassName
{
border-color: #3FBDAD;
}
</style>