#51BB9B

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

Shades of Puerto Rico #51BB9B

Tints of Puerto Rico #51BB9B

Color information

#51BB9B (or 0x51BB9B) is unknown color: approx Puerto Rico. HEX triplet: 51, BB and 9B. RGB value is (81,187,155). Sum of RGB (Red+Green+Blue) = 81+187+155=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #51BB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BB9B is #AE4464. Grayscale: #979797. Windows color (decimal): -11420773 or 10206033. OLE color: 10206033.

HSL color Cylindrical-coordinate representation of color #51BB9B: hue angle of 161.89º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BB9B is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB81187155-
CMYK0.5700.170.27
HSL161.89º43.8%52.55%-
HSV(B)161.89º56.68%73.33%-
XYZ27.0839.6637.24-
YUV151.66129.8877.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 187 (73.44% from 255) = 44.21%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=19.15%
G=44.21%
B=36.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811871550.5700.170.27161.8943.852.55
Hex51BB9B390111Ba22c35
Octal12127323371021332425465
Binary101000110111011100110111110010100011101110100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,187,155); }

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

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

 a { background-color: rgb(81,187,155); }

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

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

 span { border-color: rgb(81,187,155); }

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