Shades of Puerto Rico #51CCB5
Tints of Puerto Rico #51CCB5
RGB
CMYK
RGB Variations
Color information
#51CCB5 (or 0x51CCB5) is known color: Puerto Rico. HEX triplet: 51, CC and B5. RGB value is (81,204,181). Sum of RGB (Red+Green+Blue) = 81+204+181=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #51CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCB5 is #AE334A. Grayscale: #A4A4A4. Windows color (decimal): -11416395 or 11914321. OLE color: 11914321.
HSL color Cylindrical-coordinate representation of color #51CCB5: hue angle of 168.78º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CCB5 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 204 | 181 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.2 |
| HSL | 168.78º | 0.55% | 0.56% | - |
| HSV(B) | 168.78º | 0.6% | 0.8% | - |
| XYZ | 33.33 | 48.27 | 51.28 | - |
| YUV | 164.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 204 | 181 | 0.60 | 0 | 0.11 | 0.2 | 168.78 | 0.55 | 0.56 |
| Hex | 51 | CC | B5 | 3C | 0 | B | 14 | A9 | 37 | 38 |
| Octal | 121 | 314 | 265 | 74 | 0 | 13 | 24 | 251 | 67 | 70 |
| Binary | 1010001 | 11001100 | 10110101 | 111100 | 0 | 1011 | 10100 | 10101001 | 110111 | 111000 |
Color Harmonies of #51CCB5
Complementary color
Monochromatic Colors of #51CCB5
Black with #51CCB5
Text Example
Text Example
White with #51CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CCB5; }
p { color: rgb(81,204,181); }
H1.HeaderClassName
{
color: #51CCB5;
}
.AnyTagClassName
{
color: #51CCB5;
}
</style>
background-color css
<style>
a { background-color: #51CCB5; }
a { background-color: rgb(81,204,181); }
div.DivClassName
{
background-color: #51CCB5;
}
.BgClassName
{
background-color: #51CCB5;
}
</style>
border-color css
<style>
span { border-color: #51CCB5; }
span { border-color: rgb(81,204,181); }
td.TdClassName
{
border-color: #51CCB5;
}
.TagClassName
{
border-color: #51CCB5;
}
</style>