Shades of Puerto Rico #40BDAD
Tints of Puerto Rico #40BDAD
RGB
CMYK
RGB Variations
Color information
#40BDAD (or 0x40BDAD) is known color: Puerto Rico. HEX triplet: 40, BD and AD. RGB value is (64,189,173). Sum of RGB (Red+Green+Blue) = 64+189+173=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BDAD is #BF4252. Grayscale: #959595. Windows color (decimal): -12534355 or 11386176. OLE color: 11386176.
HSL color Cylindrical-coordinate representation of color #40BDAD: hue angle of 172.32º 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 #40BDAD is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 173 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.26 |
| HSL | 172.32º | 0.49% | 0.5% | - |
| HSV(B) | 172.32º | 0.66% | 0.74% | - |
| XYZ | 27.85 | 40.5 | 45.88 | - |
| YUV | 149.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 173 | 0.66 | 0 | 0.08 | 0.26 | 172.32 | 0.49 | 0.5 |
| Hex | 40 | BD | AD | 42 | 0 | 8 | 1A | AC | 31 | 32 |
| Octal | 100 | 275 | 255 | 102 | 0 | 10 | 32 | 254 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10101101 | 1000010 | 0 | 1000 | 11010 | 10101100 | 110001 | 110010 |
Color Harmonies of #40BDAD
Complementary color
Monochromatic Colors of #40BDAD
Black with #40BDAD
Text Example
Text Example
White with #40BDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDAD; }
p { color: rgb(64,189,173); }
H1.HeaderClassName
{
color: #40BDAD;
}
.AnyTagClassName
{
color: #40BDAD;
}
</style>
background-color css
<style>
a { background-color: #40BDAD; }
a { background-color: rgb(64,189,173); }
div.DivClassName
{
background-color: #40BDAD;
}
.BgClassName
{
background-color: #40BDAD;
}
</style>
border-color css
<style>
span { border-color: #40BDAD; }
span { border-color: rgb(64,189,173); }
td.TdClassName
{
border-color: #40BDAD;
}
.TagClassName
{
border-color: #40BDAD;
}
</style>