Shades of Puerto Rico #64BEAD
Tints of Puerto Rico #64BEAD
RGB
CMYK
RGB Variations
Color information
#64BEAD (or 0x64BEAD) is known color: Puerto Rico. HEX triplet: 64, BE and AD. RGB value is (100,190,173). Sum of RGB (Red+Green+Blue) = 100+190+173=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #64BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BEAD is #9B4152. Grayscale: #A1A1A1. Windows color (decimal): -10174803 or 11386468. OLE color: 11386468.
HSL color Cylindrical-coordinate representation of color #64BEAD: hue angle of 168.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BEAD is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 173 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.25 |
| HSL | 168.67º | 0.41% | 0.57% | - |
| HSV(B) | 168.67º | 0.47% | 0.75% | - |
| XYZ | 31.21 | 42.55 | 46.1 | - |
| YUV | 161.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 173 | 0.47 | 0 | 0.09 | 0.25 | 168.67 | 0.41 | 0.57 |
| Hex | 64 | BE | AD | 2F | 0 | 9 | 19 | A9 | 29 | 39 |
| Octal | 144 | 276 | 255 | 57 | 0 | 11 | 31 | 251 | 51 | 71 |
| Binary | 1100100 | 10111110 | 10101101 | 101111 | 0 | 1001 | 11001 | 10101001 | 101001 | 111001 |
Color Harmonies of #64BEAD
Complementary color
Monochromatic Colors of #64BEAD
Black with #64BEAD
Text Example
Text Example
White with #64BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEAD; }
p { color: rgb(100,190,173); }
H1.HeaderClassName
{
color: #64BEAD;
}
.AnyTagClassName
{
color: #64BEAD;
}
</style>
background-color css
<style>
a { background-color: #64BEAD; }
a { background-color: rgb(100,190,173); }
div.DivClassName
{
background-color: #64BEAD;
}
.BgClassName
{
background-color: #64BEAD;
}
</style>
border-color css
<style>
span { border-color: #64BEAD; }
span { border-color: rgb(100,190,173); }
td.TdClassName
{
border-color: #64BEAD;
}
.TagClassName
{
border-color: #64BEAD;
}
</style>