#51B49A

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

Shades of Puerto Rico #51B49A

Tints of Puerto Rico #51B49A

Color information

#51B49A (or 0x51B49A) is unknown color: approx Puerto Rico. HEX triplet: 51, B4 and 9A. RGB value is (81,180,154). Sum of RGB (Red+Green+Blue) = 81+180+154=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #51B49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B49A is #AE4B65. Grayscale: #939393. Windows color (decimal): -11422566 or 10138705. OLE color: 10138705.

HSL color Cylindrical-coordinate representation of color #51B49A: hue angle of 164.24º 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 #51B49A is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB81180154-
CMYK0.5500.140.29
HSL164.24º39.76%51.18%-
HSV(B)164.24º55%70.59%-
XYZ25.5536.7236.31-
YUV147.44131.780.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=19.52%
G=43.37%
B=37.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811801540.5500.140.29164.2439.7651.18
Hex51B49A370E1Da42833
Octal12126423267016352445063
Binary10100011011010010011010110111011101110110100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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