#51B199

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

Shades of Puerto Rico #51B199

Tints of Puerto Rico #51B199

Color information

#51B199 (or 0x51B199) is unknown color: approx Puerto Rico. HEX triplet: 51, B1 and 99. RGB value is (81,177,153). Sum of RGB (Red+Green+Blue) = 81+177+153=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #51B199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B199 is #AE4E66. Grayscale: #919191. Windows color (decimal): -11423335 or 10072401. OLE color: 10072401.

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

Color convert

RGB81177153-
CMYK0.5400.140.31
HSL165º38.1%50.59%-
HSV(B)165º54.24%69.41%-
XYZ24.8735.4935.68-
YUV145.56132.281.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=19.71%
G=43.07%
B=37.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811771530.5400.140.3116538.150.59
Hex51B199360E1Fa52633
Octal12126123166016372454663
Binary10100011011000110011001110110011101111110100101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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