Shades of Puerto Rico #51AEA6
Tints of Puerto Rico #51AEA6
RGB
CMYK
RGB Variations
Color information
#51AEA6 (or 0x51AEA6) is known color: Puerto Rico. HEX triplet: 51, AE and A6. RGB value is (81,174,166). Sum of RGB (Red+Green+Blue) = 81+174+166=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #51AEA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AEA6 is #AE5159. Grayscale: #919191. Windows color (decimal): -11424090 or 10923601. OLE color: 10923601.
HSL color Cylindrical-coordinate representation of color #51AEA6: hue angle of 174.84º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AEA6 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 174 | 166 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.32 |
| HSL | 174.84º | 0.36% | 0.5% | - |
| HSV(B) | 174.84º | 0.53% | 0.68% | - |
| XYZ | 25.41 | 34.77 | 41.45 | - |
| YUV | 145.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 174 | 166 | 0.53 | 0 | 0.05 | 0.32 | 174.84 | 0.36 | 0.5 |
| Hex | 51 | AE | A6 | 35 | 0 | 5 | 20 | AF | 24 | 32 |
| Octal | 121 | 256 | 246 | 65 | 0 | 5 | 40 | 257 | 44 | 62 |
| Binary | 1010001 | 10101110 | 10100110 | 110101 | 0 | 101 | 100000 | 10101111 | 100100 | 110010 |
Color Harmonies of #51AEA6
Complementary color
Monochromatic Colors of #51AEA6
Black with #51AEA6
Text Example
Text Example
White with #51AEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AEA6; }
p { color: rgb(81,174,166); }
H1.HeaderClassName
{
color: #51AEA6;
}
.AnyTagClassName
{
color: #51AEA6;
}
</style>
background-color css
<style>
a { background-color: #51AEA6; }
a { background-color: rgb(81,174,166); }
div.DivClassName
{
background-color: #51AEA6;
}
.BgClassName
{
background-color: #51AEA6;
}
</style>
border-color css
<style>
span { border-color: #51AEA6; }
span { border-color: rgb(81,174,166); }
td.TdClassName
{
border-color: #51AEA6;
}
.TagClassName
{
border-color: #51AEA6;
}
</style>