Shades of Puerto Rico #40BAB0
Tints of Puerto Rico #40BAB0
RGB
CMYK
RGB Variations
Color information
#40BAB0 (or 0x40BAB0) is known color: Puerto Rico. HEX triplet: 40, BA and B0. RGB value is (64,186,176). Sum of RGB (Red+Green+Blue) = 64+186+176=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #40BAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BAB0 is #BF454F. Grayscale: #949494. Windows color (decimal): -12535120 or 11582016. OLE color: 11582016.
HSL color Cylindrical-coordinate representation of color #40BAB0: hue angle of 175.08º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BAB0 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 176 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.27 |
| HSL | 175.08º | 0.49% | 0.49% | - |
| HSV(B) | 175.08º | 0.66% | 0.73% | - |
| XYZ | 27.51 | 39.34 | 47.22 | - |
| YUV | 148.38 | 143.58 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 176 | 0.66 | 0 | 0.05 | 0.27 | 175.08 | 0.49 | 0.49 |
| Hex | 40 | BA | B0 | 42 | 0 | 5 | 1B | AF | 31 | 31 |
| Octal | 100 | 272 | 260 | 102 | 0 | 5 | 33 | 257 | 61 | 61 |
| Binary | 1000000 | 10111010 | 10110000 | 1000010 | 0 | 101 | 11011 | 10101111 | 110001 | 110001 |
Color Harmonies of #40BAB0
Complementary color
Monochromatic Colors of #40BAB0
Black with #40BAB0
Text Example
Text Example
White with #40BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BAB0; }
p { color: rgb(64,186,176); }
H1.HeaderClassName
{
color: #40BAB0;
}
.AnyTagClassName
{
color: #40BAB0;
}
</style>
background-color css
<style>
a { background-color: #40BAB0; }
a { background-color: rgb(64,186,176); }
div.DivClassName
{
background-color: #40BAB0;
}
.BgClassName
{
background-color: #40BAB0;
}
</style>
border-color css
<style>
span { border-color: #40BAB0; }
span { border-color: rgb(64,186,176); }
td.TdClassName
{
border-color: #40BAB0;
}
.TagClassName
{
border-color: #40BAB0;
}
</style>