Shades of Puerto Rico #51C8AF
Tints of Puerto Rico #51C8AF
RGB
CMYK
RGB Variations
Color information
#51C8AF (or 0x51C8AF) is known color: Puerto Rico. HEX triplet: 51, C8 and AF. RGB value is (81,200,175). Sum of RGB (Red+Green+Blue) = 81+200+175=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #51C8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C8AF is #AE3750. Grayscale: #A1A1A1. Windows color (decimal): -11417425 or 11520081. OLE color: 11520081.
HSL color Cylindrical-coordinate representation of color #51C8AF: hue angle of 167.39º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C8AF is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 200 | 175 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.22 |
| HSL | 167.4º | 0.52% | 0.55% | - |
| HSV(B) | 167.4º | 0.6% | 0.78% | - |
| XYZ | 31.79 | 46.15 | 47.79 | - |
| YUV | 161.57 | 135.58 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 200 | 175 | 0.59 | 0 | 0.12 | 0.22 | 167.4 | 0.52 | 0.55 |
| Hex | 51 | C8 | AF | 3B | 0 | C | 16 | A7 | 34 | 37 |
| Octal | 121 | 310 | 257 | 73 | 0 | 14 | 26 | 247 | 64 | 67 |
| Binary | 1010001 | 11001000 | 10101111 | 111011 | 0 | 1100 | 10110 | 10100111 | 110100 | 110111 |
Color Harmonies of #51C8AF
Complementary color
Monochromatic Colors of #51C8AF
Black with #51C8AF
Text Example
Text Example
White with #51C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C8AF; }
p { color: rgb(81,200,175); }
H1.HeaderClassName
{
color: #51C8AF;
}
.AnyTagClassName
{
color: #51C8AF;
}
</style>
background-color css
<style>
a { background-color: #51C8AF; }
a { background-color: rgb(81,200,175); }
div.DivClassName
{
background-color: #51C8AF;
}
.BgClassName
{
background-color: #51C8AF;
}
</style>
border-color css
<style>
span { border-color: #51C8AF; }
span { border-color: rgb(81,200,175); }
td.TdClassName
{
border-color: #51C8AF;
}
.TagClassName
{
border-color: #51C8AF;
}
</style>