#51B49F

Color #51B49F Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #51B49F

Tints of Puerto Rico #51B49F

Color information

#51B49F (or 0x51B49F) is unknown color: approx Puerto Rico. HEX triplet: 51, B4 and 9F. RGB value is (81,180,159). Sum of RGB (Red+Green+Blue) = 81+180+159=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #51B49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B49F is #AE4B60. Grayscale: #939393. Windows color (decimal): -11422561 or 10466385. OLE color: 10466385.

HSL color Cylindrical-coordinate representation of color #51B49F: hue angle of 167.27º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B49F is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB81180159-
CMYK0.5500.120.29
HSL167.27º39.76%51.18%-
HSV(B)167.27º55%70.59%-
XYZ25.9736.938.55-
YUV148134.280.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 19.29%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=19.29%
G=42.86%
B=37.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801590.5500.120.29167.2739.7651.18
Hex51B49F370C1Da72833
Octal12126423767014352475063
Binary10100011011010010011111110111011001110110100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51B49F; }

 p { color: rgb(81,180,159); }

 H1.HeaderClassName
 {
   color: #51B49F;
 }
 .AnyTagClassName
 {
   color: #51B49F;
 }
</style>
background-color css

<style>
 a { background-color: #51B49F; }

 a { background-color: rgb(81,180,159); }

 div.DivClassName
 {
   background-color: #51B49F;
 }
 .BgClassName
 {
   background-color: #51B49F;
 }
</style>
border-color css

<style>
 span { border-color: #51B49F; }

 span { border-color: rgb(81,180,159); }

 td.TdClassName
 {
   border-color: #51B49F;
 }
 .TagClassName
 {
   border-color: #51B49F;
 }
</style>