#51B19A

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

Shades of Puerto Rico #51B19A

Tints of Puerto Rico #51B19A

Color information

#51B19A (or 0x51B19A) is unknown color: approx Puerto Rico. HEX triplet: 51, B1 and 9A. RGB value is (81,177,154). Sum of RGB (Red+Green+Blue) = 81+177+154=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #51B19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B19A is #AE4E65. Grayscale: #919191. Windows color (decimal): -11423334 or 10137937. OLE color: 10137937.

HSL color Cylindrical-coordinate representation of color #51B19A: hue angle of 165.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B19A is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB81177154-
CMYK0.5400.130.31
HSL165.62º38.1%50.59%-
HSV(B)165.62º54.24%69.41%-
XYZ24.9535.5336.11-
YUV145.67132.781.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.66%
GREEN value IS 177 (69.53% from 255) = 42.96%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=19.66%
G=42.96%
B=37.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811771540.5400.130.31165.6238.150.59
Hex51B19A360D1Fa62633
Octal12126123266015372464663
Binary10100011011000110011010110110011011111110100110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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