Shades of Puerto Rico #64BCAE
Tints of Puerto Rico #64BCAE
RGB
CMYK
RGB Variations
Color information
#64BCAE (or 0x64BCAE) is known color: Puerto Rico. HEX triplet: 64, BC and AE. RGB value is (100,188,174). Sum of RGB (Red+Green+Blue) = 100+188+174=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #64BCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BCAE is #9B4351. Grayscale: #A0A0A0. Windows color (decimal): -10175314 or 11451492. OLE color: 11451492.
HSL color Cylindrical-coordinate representation of color #64BCAE: hue angle of 170.45º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BCAE is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 174 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.26 |
| HSL | 170.45º | 0.4% | 0.56% | - |
| HSV(B) | 170.45º | 0.47% | 0.74% | - |
| XYZ | 30.88 | 41.73 | 46.47 | - |
| YUV | 160.09 | 135.85 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 174 | 0.47 | 0 | 0.07 | 0.26 | 170.45 | 0.4 | 0.56 |
| Hex | 64 | BC | AE | 2F | 0 | 7 | 1A | AA | 28 | 38 |
| Octal | 144 | 274 | 256 | 57 | 0 | 7 | 32 | 252 | 50 | 70 |
| Binary | 1100100 | 10111100 | 10101110 | 101111 | 0 | 111 | 11010 | 10101010 | 101000 | 111000 |
Color Harmonies of #64BCAE
Complementary color
Monochromatic Colors of #64BCAE
Black with #64BCAE
Text Example
Text Example
White with #64BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCAE; }
p { color: rgb(100,188,174); }
H1.HeaderClassName
{
color: #64BCAE;
}
.AnyTagClassName
{
color: #64BCAE;
}
</style>
background-color css
<style>
a { background-color: #64BCAE; }
a { background-color: rgb(100,188,174); }
div.DivClassName
{
background-color: #64BCAE;
}
.BgClassName
{
background-color: #64BCAE;
}
</style>
border-color css
<style>
span { border-color: #64BCAE; }
span { border-color: rgb(100,188,174); }
td.TdClassName
{
border-color: #64BCAE;
}
.TagClassName
{
border-color: #64BCAE;
}
</style>