Shades of Puerto Rico #64C1B1
Tints of Puerto Rico #64C1B1
RGB
CMYK
RGB Variations
Color information
#64C1B1 (or 0x64C1B1) is known color: Puerto Rico. HEX triplet: 64, C1 and B1. RGB value is (100,193,177). Sum of RGB (Red+Green+Blue) = 100+193+177=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #64C1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C1B1 is #9B3E4E. Grayscale: #A3A3A3. Windows color (decimal): -10174031 or 11649380. OLE color: 11649380.
HSL color Cylindrical-coordinate representation of color #64C1B1: hue angle of 169.68º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C1B1 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 177 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.24 |
| HSL | 169.68º | 0.43% | 0.57% | - |
| HSV(B) | 169.68º | 0.48% | 0.76% | - |
| XYZ | 32.26 | 44.02 | 48.39 | - |
| YUV | 163.37 | 135.69 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 177 | 0.48 | 0 | 0.08 | 0.24 | 169.68 | 0.43 | 0.57 |
| Hex | 64 | C1 | B1 | 30 | 0 | 8 | 18 | AA | 2B | 39 |
| Octal | 144 | 301 | 261 | 60 | 0 | 10 | 30 | 252 | 53 | 71 |
| Binary | 1100100 | 11000001 | 10110001 | 110000 | 0 | 1000 | 11000 | 10101010 | 101011 | 111001 |
Color Harmonies of #64C1B1
Complementary color
Monochromatic Colors of #64C1B1
Black with #64C1B1
Text Example
Text Example
White with #64C1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C1B1; }
p { color: rgb(100,193,177); }
H1.HeaderClassName
{
color: #64C1B1;
}
.AnyTagClassName
{
color: #64C1B1;
}
</style>
background-color css
<style>
a { background-color: #64C1B1; }
a { background-color: rgb(100,193,177); }
div.DivClassName
{
background-color: #64C1B1;
}
.BgClassName
{
background-color: #64C1B1;
}
</style>
border-color css
<style>
span { border-color: #64C1B1; }
span { border-color: rgb(100,193,177); }
td.TdClassName
{
border-color: #64C1B1;
}
.TagClassName
{
border-color: #64C1B1;
}
</style>