Shades of Puerto Rico #51CAAE
Tints of Puerto Rico #51CAAE
RGB
CMYK
RGB Variations
Color information
#51CAAE (or 0x51CAAE) is known color: Puerto Rico. HEX triplet: 51, CA and AE. RGB value is (81,202,174). Sum of RGB (Red+Green+Blue) = 81+202+174=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #51CAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CAAE is #AE3551. Grayscale: #A2A2A2. Windows color (decimal): -11416914 or 11455057. OLE color: 11455057.
HSL color Cylindrical-coordinate representation of color #51CAAE: hue angle of 166.12º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CAAE is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 202 | 174 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.21 |
| HSL | 166.12º | 0.53% | 0.55% | - |
| HSV(B) | 166.12º | 0.6% | 0.79% | - |
| XYZ | 32.15 | 47.05 | 47.43 | - |
| YUV | 162.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 202 | 174 | 0.60 | 0 | 0.14 | 0.21 | 166.12 | 0.53 | 0.55 |
| Hex | 51 | CA | AE | 3C | 0 | E | 15 | A6 | 35 | 37 |
| Octal | 121 | 312 | 256 | 74 | 0 | 16 | 25 | 246 | 65 | 67 |
| Binary | 1010001 | 11001010 | 10101110 | 111100 | 0 | 1110 | 10101 | 10100110 | 110101 | 110111 |
Color Harmonies of #51CAAE
Complementary color
Monochromatic Colors of #51CAAE
Black with #51CAAE
Text Example
Text Example
White with #51CAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CAAE; }
p { color: rgb(81,202,174); }
H1.HeaderClassName
{
color: #51CAAE;
}
.AnyTagClassName
{
color: #51CAAE;
}
</style>
background-color css
<style>
a { background-color: #51CAAE; }
a { background-color: rgb(81,202,174); }
div.DivClassName
{
background-color: #51CAAE;
}
.BgClassName
{
background-color: #51CAAE;
}
</style>
border-color css
<style>
span { border-color: #51CAAE; }
span { border-color: rgb(81,202,174); }
td.TdClassName
{
border-color: #51CAAE;
}
.TagClassName
{
border-color: #51CAAE;
}
</style>