#51BAB2

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

Shades of Puerto Rico #51BAB2

Tints of Puerto Rico #51BAB2

Color information

#51BAB2 (or 0x51BAB2) is unknown color: approx Puerto Rico. HEX triplet: 51, BA and B2. RGB value is (81,186,178). Sum of RGB (Red+Green+Blue) = 81+186+178=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BAB2 is #AE454D. Grayscale: #999999. Windows color (decimal): -11421006 or 11713105. OLE color: 11713105.

HSL color Cylindrical-coordinate representation of color #51BAB2: hue angle of 175.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BAB2 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB81186178-
CMYK0.5600.040.27
HSL175.43º43.21%52.35%-
HSV(B)175.43º56.45%72.94%-
XYZ28.9940.0848.33-
YUV153.69141.7176.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.20%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 178 (69.92% from 255) = 40%
R=18.20%
G=41.80%
B=40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861780.5600.040.27175.4343.2152.35
Hex51BAB238041Baf2b34
Octal1212722627004332575364
Binary1010001101110101011001011100001001101110101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,186,178); }

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

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

 a { background-color: rgb(81,186,178); }

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

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

 span { border-color: rgb(81,186,178); }

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