Shades of Puerto Rico #51B09A
Tints of Puerto Rico #51B09A
RGB
CMYK
RGB Variations
Color information
#51B09A (or 0x51B09A) is known color: Puerto Rico. HEX triplet: 51, B0 and 9A. RGB value is (81,176,154). Sum of RGB (Red+Green+Blue) = 81+176+154=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #51B09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B09A is #AE4F65. Grayscale: #919191. Windows color (decimal): -11423590 or 10137681. OLE color: 10137681.
HSL color Cylindrical-coordinate representation of color #51B09A: hue angle of 166.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B09A is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 176 | 154 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.31 |
| HSL | 166.11º | 0.38% | 0.5% | - |
| HSV(B) | 166.11º | 0.54% | 0.69% | - |
| XYZ | 24.75 | 35.13 | 36.05 | - |
| YUV | 145.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 154 | 0.54 | 0 | 0.12 | 0.31 | 166.11 | 0.38 | 0.5 |
| Hex | 51 | B0 | 9A | 36 | 0 | C | 1F | A6 | 26 | 32 |
| Octal | 121 | 260 | 232 | 66 | 0 | 14 | 37 | 246 | 46 | 62 |
| Binary | 1010001 | 10110000 | 10011010 | 110110 | 0 | 1100 | 11111 | 10100110 | 100110 | 110010 |
Color Harmonies of #51B09A
Complementary color
Monochromatic Colors of #51B09A
Black with #51B09A
Text Example
Text Example
White with #51B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B09A; }
p { color: rgb(81,176,154); }
H1.HeaderClassName
{
color: #51B09A;
}
.AnyTagClassName
{
color: #51B09A;
}
</style>
background-color css
<style>
a { background-color: #51B09A; }
a { background-color: rgb(81,176,154); }
div.DivClassName
{
background-color: #51B09A;
}
.BgClassName
{
background-color: #51B09A;
}
</style>
border-color css
<style>
span { border-color: #51B09A; }
span { border-color: rgb(81,176,154); }
td.TdClassName
{
border-color: #51B09A;
}
.TagClassName
{
border-color: #51B09A;
}
</style>