Shades of Puerto Rico #40BDAC
Tints of Puerto Rico #40BDAC
RGB
CMYK
RGB Variations
Color information
#40BDAC (or 0x40BDAC) is known color: Puerto Rico. HEX triplet: 40, BD and AC. RGB value is (64,189,172). Sum of RGB (Red+Green+Blue) = 64+189+172=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BDAC is #BF4253. Grayscale: #959595. Windows color (decimal): -12534356 or 11320640. OLE color: 11320640.
HSL color Cylindrical-coordinate representation of color #40BDAC: hue angle of 171.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BDAC is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 172 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.26 |
| HSL | 171.84º | 0.49% | 0.5% | - |
| HSV(B) | 171.84º | 0.66% | 0.74% | - |
| XYZ | 27.76 | 40.46 | 45.38 | - |
| YUV | 149.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 172 | 0.66 | 0 | 0.09 | 0.26 | 171.84 | 0.49 | 0.5 |
| Hex | 40 | BD | AC | 42 | 0 | 9 | 1A | AC | 31 | 32 |
| Octal | 100 | 275 | 254 | 102 | 0 | 11 | 32 | 254 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10101100 | 1000010 | 0 | 1001 | 11010 | 10101100 | 110001 | 110010 |
Color Harmonies of #40BDAC
Complementary color
Monochromatic Colors of #40BDAC
Black with #40BDAC
Text Example
Text Example
White with #40BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDAC; }
p { color: rgb(64,189,172); }
H1.HeaderClassName
{
color: #40BDAC;
}
.AnyTagClassName
{
color: #40BDAC;
}
</style>
background-color css
<style>
a { background-color: #40BDAC; }
a { background-color: rgb(64,189,172); }
div.DivClassName
{
background-color: #40BDAC;
}
.BgClassName
{
background-color: #40BDAC;
}
</style>
border-color css
<style>
span { border-color: #40BDAC; }
span { border-color: rgb(64,189,172); }
td.TdClassName
{
border-color: #40BDAC;
}
.TagClassName
{
border-color: #40BDAC;
}
</style>